diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-08-11 22:16:07 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-08-11 23:27:50 +0200 |
commit | 9660bd877b40f2c79b27973d0ca085d5c09d056a (patch) | |
tree | d8ef1ec91198fc043a29632d74576c1acd570daf /app-crypt/jitterentropy | |
parent | media-plugins/hexter: x86 stable (bug #691620) (diff) | |
download | gentoo-9660bd877b40f2c79b27973d0ca085d5c09d056a.tar.gz gentoo-9660bd877b40f2c79b27973d0ca085d5c09d056a.tar.bz2 gentoo-9660bd877b40f2c79b27973d0ca085d5c09d056a.zip |
app-crypt/jitterentropy: x86 keyworded (bug #691526)
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-crypt/jitterentropy')
-rw-r--r-- | app-crypt/jitterentropy/jitterentropy-2.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/jitterentropy/jitterentropy-2.1.2.ebuild b/app-crypt/jitterentropy/jitterentropy-2.1.2.ebuild index df310480943a..594c566b28bc 100644 --- a/app-crypt/jitterentropy/jitterentropy-2.1.2.ebuild +++ b/app-crypt/jitterentropy/jitterentropy-2.1.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/smuellerDD/jitterentropy-library/archive/v${PV}.tar. LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~x86" IUSE="static-libs" S="${WORKDIR}/${PN}-library-${PV}" |