diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-04-08 22:27:48 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-04-08 22:27:48 -0400 |
commit | 1a022ed7f615321a8679f3c1f18729a2afbe9e2f (patch) | |
tree | f4c96e281a7e2713c6d43bf3350d64ddc87b1c8c /net-libs | |
parent | media-libs/mesa: arm64 stable (bug #682616) (diff) | |
download | gentoo-1a022ed7f615321a8679f3c1f18729a2afbe9e2f.tar.gz gentoo-1a022ed7f615321a8679f3c1f18729a2afbe9e2f.tar.bz2 gentoo-1a022ed7f615321a8679f3c1f18729a2afbe9e2f.zip |
net-libs/libmicrodns: arm64 keyworded (bug #653800)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libmicrodns/libmicrodns-0.0.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libmicrodns/libmicrodns-0.0.9.ebuild b/net-libs/libmicrodns/libmicrodns-0.0.9.ebuild index 917e4787ca94..2ac4653346f0 100644 --- a/net-libs/libmicrodns/libmicrodns-0.0.9.ebuild +++ b/net-libs/libmicrodns/libmicrodns-0.0.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/videolabs/${PN}" else SRC_URI="https://github.com/videolabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ppc ppc64 x86" + KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86" fi LICENSE="LGPL-2.1" |