diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-11-19 17:42:17 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-11-19 17:42:17 -0500 |
commit | 6f9d85b12cbbf675a39d5e76c8512dcb3f276983 (patch) | |
tree | 3d87db5ce49a12df1f491aa32209421cf02f1c1a /dev-libs/libtommath | |
parent | net-mail/notmuch: Remove older micro version (diff) | |
download | gentoo-6f9d85b12cbbf675a39d5e76c8512dcb3f276983.tar.gz gentoo-6f9d85b12cbbf675a39d5e76c8512dcb3f276983.tar.bz2 gentoo-6f9d85b12cbbf675a39d5e76c8512dcb3f276983.zip |
dev-libs/libtommath: arm64 stable (bug #700422)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Diffstat (limited to 'dev-libs/libtommath')
-rw-r--r-- | dev-libs/libtommath/libtommath-1.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libtommath/libtommath-1.1.0.ebuild b/dev-libs/libtommath/libtommath-1.1.0.ebuild index a627117ea4ea..172e65d91624 100644 --- a/dev-libs/libtommath/libtommath-1.1.0.ebuild +++ b/dev-libs/libtommath/libtommath-1.1.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/libtom/libtommath/releases/download/v${PV}/ltm-${PV} LICENSE="WTFPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="doc examples static-libs" src_prepare() { |