diff options
author | 2021-07-28 01:18:13 +0100 | |
---|---|---|
committer | 2021-07-28 01:18:56 +0100 | |
commit | 737f0b30fc2e442b7e62363398575617ed1ade59 (patch) | |
tree | 716818d76454e227416dfbd8f6e6b9d4a299f741 /dev-libs/libtommath | |
parent | dev-python/gmpy: keyword 2.1.0_beta5 for ~riscv (diff) | |
download | gentoo-737f0b30fc2e442b7e62363398575617ed1ade59.tar.gz gentoo-737f0b30fc2e442b7e62363398575617ed1ade59.tar.bz2 gentoo-737f0b30fc2e442b7e62363398575617ed1ade59.zip |
dev-libs/libtommath: keyword 1.2.0 for ~riscv
Signed-off-by: Marek Szuba <marecki@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 401c2d508d60..ec5f781b9293 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 ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="doc examples static-libs" BDEPEND="sys-devel/libtool" |