diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-11-22 21:33:31 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-11-22 21:33:31 -0500 |
commit | 87b0886d10e189d67adf7ed97d923813aca063f4 (patch) | |
tree | 5c1b6a317711b99c20c3fb1c15f7fffa459d2136 /dev-cpp/gflags | |
parent | dev-util/dbus-test-runner: arm64 stable (bug #700798) (diff) | |
download | gentoo-87b0886d10e189d67adf7ed97d923813aca063f4.tar.gz gentoo-87b0886d10e189d67adf7ed97d923813aca063f4.tar.bz2 gentoo-87b0886d10e189d67adf7ed97d923813aca063f4.zip |
dev-cpp/gflags: arm64 stable (bug #700774)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Diffstat (limited to 'dev-cpp/gflags')
-rw-r--r-- | dev-cpp/gflags/gflags-2.2.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/gflags/gflags-2.2.1-r1.ebuild b/dev-cpp/gflags/gflags-2.2.1-r1.ebuild index fcbab0e37753..df170daa0ba8 100644 --- a/dev-cpp/gflags/gflags-2.2.1-r1.ebuild +++ b/dev-cpp/gflags/gflags-2.2.1-r1.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/gflags/gflags" 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" |