diff options
author | James Le Cuirot <chewi@gentoo.org> | 2017-02-10 21:11:19 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2017-02-10 21:11:19 +0000 |
commit | 7013ff6b38f1f3a00d6be5ebe7412687dc0cd633 (patch) | |
tree | 42daeb3f4e2a5274bfd0fd2889394a4dd0b3a007 /app-crypt | |
parent | app-crypt/rhash: Fix tests to use the newly built library (diff) | |
download | gentoo-7013ff6b38f1f3a00d6be5ebe7412687dc0cd633.tar.gz gentoo-7013ff6b38f1f3a00d6be5ebe7412687dc0cd633.tar.bz2 gentoo-7013ff6b38f1f3a00d6be5ebe7412687dc0cd633.zip |
app-crypt/rhash: Add ~arm keyword
The tests all pass.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/rhash/rhash-1.3.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/rhash/rhash-1.3.4.ebuild b/app-crypt/rhash/rhash-1.3.4.ebuild index b10475a3a1d8..641773383a3e 100644 --- a/app-crypt/rhash/rhash-1.3.4.ebuild +++ b/app-crypt/rhash/rhash-1.3.4.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="debug nls openssl static-libs" RDEPEND="openssl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )" |