diff options
author | 2023-06-03 11:41:33 +0200 | |
---|---|---|
committer | 2023-06-03 11:42:41 +0200 | |
commit | 4510a3a7669d750fb405c71c18609ee91f076678 (patch) | |
tree | 16326d247210285b7e43942cc39aafd48f3ec244 /dev-libs/libtomcrypt/libtomcrypt-1.18.2-r4.ebuild | |
parent | dev-ruby/exifr: add 1.4.0 (diff) | |
download | gentoo-4510a3a7669d750fb405c71c18609ee91f076678.tar.gz gentoo-4510a3a7669d750fb405c71c18609ee91f076678.tar.bz2 gentoo-4510a3a7669d750fb405c71c18609ee91f076678.zip |
*/*: marked ~arm64-macos
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-libs/libtomcrypt/libtomcrypt-1.18.2-r4.ebuild')
-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 65fc6ec6cbf7..31a428bc01d6 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 ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="+gmp +libtommath tomsfastmath" # Enforce at least one math provider |