diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2023-07-27 12:25:21 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2023-07-27 13:10:28 +0800 |
commit | b9f15970aa4fc4d67de8858ce9dd0241163a5fad (patch) | |
tree | 8aed112376de5939f437cb26972d951c3a7f943d /dev-libs/libtomcrypt | |
parent | dev-libs/tomsfastmath: keyword 0.13.1-r1 for ~loong (diff) | |
download | gentoo-b9f15970aa4fc4d67de8858ce9dd0241163a5fad.tar.gz gentoo-b9f15970aa4fc4d67de8858ce9dd0241163a5fad.tar.bz2 gentoo-b9f15970aa4fc4d67de8858ce9dd0241163a5fad.zip |
dev-libs/libtomcrypt: keyword 1.18.2-r4 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'dev-libs/libtomcrypt')
-rw-r--r-- | dev-libs/libtomcrypt/libtomcrypt-1.18.2-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r4.ebuild b/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r4.ebuild index 31a428bc01d6..da71154a8a6b 100644 --- a/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r4.ebuild +++ b/dev-libs/libtomcrypt/libtomcrypt-1.18.2-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~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 |