diff options
author | 2017-11-18 10:00:27 +0000 | |
---|---|---|
committer | 2017-11-18 10:00:27 +0000 | |
commit | fadc90bcd71f18d165d3b473cd1c77a22ce07ede (patch) | |
tree | d0ebcaf058aa2edb5d9163d01e93d03e23d7405d /dev-cpp/gflags | |
parent | app-i18n/librime: stable 1.2.9 for ppc64, bug #636226 (diff) | |
download | gentoo-fadc90bcd71f18d165d3b473cd1c77a22ce07ede.tar.gz gentoo-fadc90bcd71f18d165d3b473cd1c77a22ce07ede.tar.bz2 gentoo-fadc90bcd71f18d165d3b473cd1c77a22ce07ede.zip |
dev-cpp/gflags: stable 2.2.0 for ppc64, bug #636226
Package-Manager: Portage-2.3.14, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"
Diffstat (limited to 'dev-cpp/gflags')
-rw-r--r-- | dev-cpp/gflags/gflags-2.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/gflags/gflags-2.2.0.ebuild b/dev-cpp/gflags/gflags-2.2.0.ebuild index 79f70a7aee48..def08b864be5 100644 --- a/dev-cpp/gflags/gflags-2.2.0.ebuild +++ b/dev-cpp/gflags/gflags-2.2.0.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/gflags/gflags.git" else SRC_URI="https://github.com/gflags/gflags/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" fi DESCRIPTION="Google's C++ argument parsing library" |