diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-03-10 13:33:20 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-03-10 13:33:20 +0200 |
commit | 727e5b5a26823cac05049c644466d87c68070ef7 (patch) | |
tree | 0dbd9cf21a4f044101ac3ade0a7b4aa5f0326783 /app-crypt/aespipe | |
parent | app-misc/recoll: inherit optfeature, update LICENSE (diff) | |
download | gentoo-727e5b5a26823cac05049c644466d87c68070ef7.tar.gz gentoo-727e5b5a26823cac05049c644466d87c68070ef7.tar.bz2 gentoo-727e5b5a26823cac05049c644466d87c68070ef7.zip |
app-crypt/aespipe: stabilize 2.4f on x86
Bug: https://bugs.gentoo.org/775098
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-crypt/aespipe')
-rw-r--r-- | app-crypt/aespipe/aespipe-2.4f.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/aespipe/aespipe-2.4f.ebuild b/app-crypt/aespipe/aespipe-2.4f.ebuild index ddf9bfde7423..8e2c2ac0ba4e 100644 --- a/app-crypt/aespipe/aespipe-2.4f.ebuild +++ b/app-crypt/aespipe/aespipe-2.4f.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://loop-aes.sourceforge.net/aespipe/${PN}-v${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 arm arm64 ppc ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" +KEYWORDS="~amd64 arm arm64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" IUSE="+asm cpu_flags_x86_aes cpu_flags_x86_padlock static" RDEPEND="app-arch/sharutils app-crypt/gnupg" |