diff options
author | Sam James <sam@gentoo.org> | 2023-10-08 06:39:45 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-08 06:39:45 +0100 |
commit | 0591f7e5a4ef48e59e7f998e96bd7d79962aec5d (patch) | |
tree | f6be80be8879b4773925da25d9bfe2be06d7e7e5 /dev-libs/libtommath | |
parent | net-libs/mbedtls: add 3.5.0 (diff) | |
download | gentoo-0591f7e5a4ef48e59e7f998e96bd7d79962aec5d.tar.gz gentoo-0591f7e5a4ef48e59e7f998e96bd7d79962aec5d.tar.bz2 gentoo-0591f7e5a4ef48e59e7f998e96bd7d79962aec5d.zip |
dev-libs/libtommath: Stabilize 1.2.1 ppc64, #915352
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libtommath')
-rw-r--r-- | dev-libs/libtommath/libtommath-1.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libtommath/libtommath-1.2.1.ebuild b/dev-libs/libtommath/libtommath-1.2.1.ebuild index a01011c90442..3bec7e7db76d 100644 --- a/dev-libs/libtommath/libtommath-1.2.1.ebuild +++ b/dev-libs/libtommath/libtommath-1.2.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/libtom/libtommath/releases/download/v${PV}/ltm-${PV} LICENSE="Unlicense" SLOT="0" -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" +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="doc examples static-libs" BDEPEND="sys-devel/libtool" |