From: Sergei Trofimovich Date: Thu, 12 Oct 2017 11:13:09 +0000 (+0100) Subject: dev-libs/capstone: keyworded for ~arm64 (thanks to Dan Robertson), bug #633892 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=30c1405213ac6bfe721f74ac374815f871747798;p=gentoo.git dev-libs/capstone: keyworded for ~arm64 (thanks to Dan Robertson), bug #633892 Reported-by: Dan Robertson Bug: https://bugs.gentoo.org/633892 Package-Manager: Portage-2.3.10, Repoman-2.3.3 --- diff --git a/dev-libs/capstone/capstone-3.0.5_rc2-r1.ebuild b/dev-libs/capstone/capstone-3.0.5_rc2-r1.ebuild index 02b42dcd4eae..62b3292ce985 100644 --- a/dev-libs/capstone/capstone-3.0.5_rc2-r1.ebuild +++ b/dev-libs/capstone/capstone-3.0.5_rc2-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/aquynh/${PN}/archive/${PV/_rc/-rc}.tar.gz -> ${P}.ta LICENSE="BSD" SLOT="0/3" # libcapstone.so.3 -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="python" RDEPEND="python? ( ${PYTHON_DEPS} )"