diff options
author | Sam James <sam@gentoo.org> | 2021-01-30 05:16:50 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-30 05:24:05 +0000 |
commit | 5ad608462f081e2c40ba022a03ef841c313455a1 (patch) | |
tree | 44723f078d48cc91e19d17195ff2c59662718dd1 /dev-libs/libtommath | |
parent | dev-libs/libtommath: fix Darwin install (diff) | |
download | gentoo-5ad608462f081e2c40ba022a03ef841c313455a1.tar.gz gentoo-5ad608462f081e2c40ba022a03ef841c313455a1.tar.bz2 gentoo-5ad608462f081e2c40ba022a03ef841c313455a1.zip |
dev-libs/libtommath: ~x64-macos keyworded
Bug: https://bugs.gentoo.org/761235
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libtommath')
-rw-r--r-- | dev-libs/libtommath/libtommath-1.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libtommath/libtommath-1.2.0.ebuild b/dev-libs/libtommath/libtommath-1.2.0.ebuild index 56b357a35051..c72f2d4668d5 100644 --- a/dev-libs/libtommath/libtommath-1.2.0.ebuild +++ b/dev-libs/libtommath/libtommath-1.2.0.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 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="doc examples static-libs" BDEPEND="sys-devel/libtool" |