From: Aaron Bauman Date: Wed, 10 Apr 2019 05:02:03 +0000 (-0400) Subject: app-text/scdoc: arm64 keyworded (bug #682992) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8c27a0380ec50d3ed4b65cc8aeb539dfb79ad600;p=gentoo.git app-text/scdoc: arm64 keyworded (bug #682992) Signed-off-by: Aaron Bauman Package-Manager: Portage-2.3.62, Repoman-2.3.11 --- diff --git a/app-text/scdoc/scdoc-1.9.3-r1.ebuild b/app-text/scdoc/scdoc-1.9.3-r1.ebuild index e690e0c4608b..0da165e4b481 100644 --- a/app-text/scdoc/scdoc-1.9.3-r1.ebuild +++ b/app-text/scdoc/scdoc-1.9.3-r1.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 else SRC_URI="https://git.sr.ht/~sircmpwn/scdoc/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~x86" + KEYWORDS="amd64 ~arm64 ~x86" fi LICENSE="MIT"