diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-26 10:07:11 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-26 10:37:42 +0200 |
commit | 4e9d5b959fbae395785a5dfb183f903946d6e306 (patch) | |
tree | a15911e1c2f53abb32d0141ce729ddbc4a010aaa /media-libs/libmetalink | |
parent | net-dns/openresolv: keyword ~arm64 (diff) | |
download | gentoo-4e9d5b959fbae395785a5dfb183f903946d6e306.tar.gz gentoo-4e9d5b959fbae395785a5dfb183f903946d6e306.tar.bz2 gentoo-4e9d5b959fbae395785a5dfb183f903946d6e306.zip |
media-libs/libmetalink: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'media-libs/libmetalink')
-rw-r--r-- | media-libs/libmetalink/libmetalink-0.1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libmetalink/libmetalink-0.1.3.ebuild b/media-libs/libmetalink/libmetalink-0.1.3.ebuild index 939bd4cf3e81..6616a7033522 100644 --- a/media-libs/libmetalink/libmetalink-0.1.3.ebuild +++ b/media-libs/libmetalink/libmetalink-0.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -11,7 +11,7 @@ SRC_URI="https://launchpad.net/${PN}/trunk/${P}/+download/${P}.tar.bz2" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" IUSE="expat static-libs test xml" RDEPEND="expat? ( >=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}] ) |