diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-11-18 10:07:07 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-11-18 10:07:07 +0000 |
commit | 7f49382f5385a2f51a6a9a1c4b94e8c37625dd3e (patch) | |
tree | bc4bfc3a9d7e0176466b45157c0c439fe62fb0ca /dev-cpp | |
parent | app-i18n/sunpinyin-data: stable 20130220 for ppc, bug #636226 (diff) | |
download | gentoo-7f49382f5385a2f51a6a9a1c4b94e8c37625dd3e.tar.gz gentoo-7f49382f5385a2f51a6a9a1c4b94e8c37625dd3e.tar.bz2 gentoo-7f49382f5385a2f51a6a9a1c4b94e8c37625dd3e.zip |
dev-cpp/gflags: stable 2.2.0 for ppc, bug #636226
Package-Manager: Portage-2.3.14, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"
Diffstat (limited to 'dev-cpp')
-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 def08b864be5..9b67f4b318ee 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" |