From: Aaron Bauman Date: Tue, 9 Apr 2019 02:27:48 +0000 (-0400) Subject: net-libs/libmicrodns: arm64 keyworded (bug #653800) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1a022ed7f615321a8679f3c1f18729a2afbe9e2f;p=gentoo.git net-libs/libmicrodns: arm64 keyworded (bug #653800) Signed-off-by: Aaron Bauman Package-Manager: Portage-2.3.62, Repoman-2.3.11 --- 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"