diff options
author | Roy Bamford <neddyseagoon@gentoo.org> | 2016-09-01 17:48:37 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-09-02 18:58:18 +0200 |
commit | df4c89d757aee141410a8297dacec93342107e03 (patch) | |
tree | 0d4d7f06baaedf1be21ea72eee5cd64a5ee2160d /dev-libs | |
parent | 4273d90db6d2bba5e5cc825413f553263dc84fa2 (diff) | |
download | gentoo-df4c89d757aee141410a8297dacec93342107e03.tar.gz gentoo-df4c89d757aee141410a8297dacec93342107e03.tar.xz |
dev-libs/libgee: keyword for ~arm64.
Tested on cortex-a53.
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2184
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libgee/libgee-0.18.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libgee/libgee-0.18.0.ebuild b/dev-libs/libgee/libgee-0.18.0.ebuild index c8dd612fa17..d360bea4060 100644 --- a/dev-libs/libgee/libgee-0.18.0.ebuild +++ b/dev-libs/libgee/libgee-0.18.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Libgee" LICENSE="LGPL-2.1+" SLOT="0.8/2" -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 ~sh sparc x86 ~x86-linux" +KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 ~sh sparc x86 ~x86-linux" IUSE="+introspection" # FIXME: add doc support, requires valadoc |