diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-08-28 10:48:43 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-08-28 10:48:43 +0200 |
commit | 808fa9386240300268c47708d4c297f94530fec2 (patch) | |
tree | cbf87a5111a5ec2116dd0c713634df8ebf12ed3c /dev-libs/libtomcrypt | |
parent | dev-libs/libtommath-1.2.0: add Prefix keywords (diff) | |
download | gentoo-808fa9386240300268c47708d4c297f94530fec2.tar.gz gentoo-808fa9386240300268c47708d4c297f94530fec2.tar.bz2 gentoo-808fa9386240300268c47708d4c297f94530fec2.zip |
dev-libs/libtomcrypt-1.18.2-r2: add Prefix keywords
Bug: https://bugs.gentoo.org/761235
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-libs/libtomcrypt')
-rw-r--r-- | dev-libs/libtomcrypt/libtomcrypt-1.18.2-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r2.ebuild b/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r2.ebuild index 12a05f3d41ef..76a8cbbce62d 100644 --- a/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r2.ebuild +++ b/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r2.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 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~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 |