diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-10-12 12:13:09 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-10-12 12:14:44 +0100 |
commit | 30c1405213ac6bfe721f74ac374815f871747798 (patch) | |
tree | 4200c8cefbc2ce50d2a37a76af411fe8cb93c013 /dev-libs | |
parent | dev-util/cmake: Removed old. (diff) | |
download | gentoo-30c1405213ac6bfe721f74ac374815f871747798.tar.gz gentoo-30c1405213ac6bfe721f74ac374815f871747798.tar.bz2 gentoo-30c1405213ac6bfe721f74ac374815f871747798.zip |
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
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/capstone/capstone-3.0.5_rc2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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} )" |