diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-08-05 19:31:01 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-08-05 19:31:01 -0400 |
commit | f976db685cb545d5b4c2fb5f1179a355725c08f4 (patch) | |
tree | 61843763817d5ccb884945a151bd670c606e8a9f /app-crypt/jitterentropy | |
parent | dev-libs/fstrm: arm64 stable (diff) | |
download | gentoo-f976db685cb545d5b4c2fb5f1179a355725c08f4.tar.gz gentoo-f976db685cb545d5b4c2fb5f1179a355725c08f4.tar.bz2 gentoo-f976db685cb545d5b4c2fb5f1179a355725c08f4.zip |
app-crypt/jitterentropy: arm64 keyworded (bug #691526)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.70, Repoman-2.3.16
RepoMan-Options: --include-arches="arm64"
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 7b62868932e8..0cd818fed6c3 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 ~ppc ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64" IUSE="static-libs" S="${WORKDIR}/${PN}-library-${PV}" |