diff options
author | Sam James <sam@gentoo.org> | 2022-05-11 01:20:40 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-11 01:20:40 +0000 |
commit | 317774944fd0beca4276ec7038ea712fee33b5a1 (patch) | |
tree | d4c8ac0515c806181741e38fd1f7ad6de7599b61 /dev-libs/libtomcrypt | |
parent | dev-libs/libtomcrypt: fix EPREFIX usage (diff) | |
download | gentoo-317774944fd0beca4276ec7038ea712fee33b5a1.tar.gz gentoo-317774944fd0beca4276ec7038ea712fee33b5a1.tar.bz2 gentoo-317774944fd0beca4276ec7038ea712fee33b5a1.zip |
dev-libs/libtomcrypt: destabilize 1.18.2-r4
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libtomcrypt')
-rw-r--r-- | dev-libs/libtomcrypt/libtomcrypt-1.18.2-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r4.ebuild b/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r4.ebuild index 8fa4c04203ff..11fd6e17f57b 100644 --- a/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r4.ebuild +++ b/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r4.ebuild @@ -17,7 +17,7 @@ LICENSE="|| ( WTFPL-2 public-domain )" # Helpful site: # https://abi-laboratory.pro/index.php?view=timeline&l=libtomcrypt SLOT="0/1" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="+gmp +libtommath tomsfastmath" # Enforce at least one math provider |