diff options
author | Sam James <sam@gentoo.org> | 2023-01-05 00:19:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-05 00:19:17 +0000 |
commit | ae4d17159d3dcc0156876369d26f772ba9ad529b (patch) | |
tree | 0e2f8a2df382eea8fc750626bbae498a896e3a8c /app-crypt | |
parent | app-crypt/jitterentropy: Stabilize 3.4.1 ppc, #889764 (diff) | |
download | gentoo-ae4d17159d3dcc0156876369d26f772ba9ad529b.tar.gz gentoo-ae4d17159d3dcc0156876369d26f772ba9ad529b.tar.bz2 gentoo-ae4d17159d3dcc0156876369d26f772ba9ad529b.zip |
app-crypt/jitterentropy: Stabilize 3.4.1 ppc64, #889764
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/jitterentropy/jitterentropy-3.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/jitterentropy/jitterentropy-3.4.1.ebuild b/app-crypt/jitterentropy/jitterentropy-3.4.1.ebuild index 7dd615d21987..22f129b437a3 100644 --- a/app-crypt/jitterentropy/jitterentropy-3.4.1.ebuild +++ b/app-crypt/jitterentropy/jitterentropy-3.4.1.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/smuellerDD/jitterentropy-library/archive/v${PV}.tar. # Do not package these two components! LICENSE="BSD" SLOT="0/3" -KEYWORDS="~alpha 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}" |