diff options
author | Roy Bamford <neddyseagoon@gentoo.org> | 2017-09-10 14:17:09 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-12-21 22:14:51 +0100 |
commit | 5d84638d119d9df0dc6021e5c47d806fd2ea1b39 (patch) | |
tree | b218052b22841f2da751acfd66da602ab608cc8d | |
parent | d59d0f0fef0c02da392d7ffe8fef1860456661a0 (diff) | |
download | gentoo-5d84638d119d9df0dc6021e5c47d806fd2ea1b39.tar.gz gentoo-5d84638d119d9df0dc6021e5c47d806fd2ea1b39.tar.xz |
dev-libs/libappindicator: added ~arm64 keyword.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
-rw-r--r-- | dev-libs/libappindicator/libappindicator-12.10.0-r301.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libappindicator/libappindicator-12.10.0-r301.ebuild b/dev-libs/libappindicator/libappindicator-12.10.0-r301.ebuild index 291389380bc..e346621fec4 100644 --- a/dev-libs/libappindicator/libappindicator-12.10.0-r301.ebuild +++ b/dev-libs/libappindicator/libappindicator-12.10.0-r301.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="https://launchpad.net/${PN}/${PV%.*}/${PV}/+download/${P}.tar.gz" LICENSE="LGPL-2.1 LGPL-3" SLOT="3" -KEYWORDS="amd64 ~arm x86" +KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="+introspection" RDEPEND=" |