diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-08-11 14:33:51 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-08-11 14:33:51 -0700 |
commit | 6e67ed4a5a35f40f800529fbd149ff1b5c0cd85d (patch) | |
tree | 96f2305775cc96eb7bfedd7b8427e65d1f169c12 /app-crypt/jitterentropy | |
parent | net-misc/youtube-viewer: x86 stable (bug #691728) (diff) | |
download | gentoo-6e67ed4a5a35f40f800529fbd149ff1b5c0cd85d.tar.gz gentoo-6e67ed4a5a35f40f800529fbd149ff1b5c0cd85d.tar.bz2 gentoo-6e67ed4a5a35f40f800529fbd149ff1b5c0cd85d.zip |
app-crypt/jitterentropy-2.1.2: added ~alpha, bug 691526
Signed-off-by: Matt Turner <mattst88@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 594c566b28bc..7ca20b89744d 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 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~x86" IUSE="static-libs" S="${WORKDIR}/${PN}-library-${PV}" |