diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-02-25 15:47:20 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-02-25 15:47:20 +0300 |
commit | b4be7e504bf96d703a96f31d478b7267af58c3cc (patch) | |
tree | c993d1c80466a39de6d0c904c664d08c13d6b0ee /dev-libs/libtommath | |
parent | dev-libs/mpfr: m68k stable wrt bug #693846 (diff) | |
download | gentoo-b4be7e504bf96d703a96f31d478b7267af58c3cc.tar.gz gentoo-b4be7e504bf96d703a96f31d478b7267af58c3cc.tar.bz2 gentoo-b4be7e504bf96d703a96f31d478b7267af58c3cc.zip |
dev-libs/libtommath: m68k stable wrt bug #700422
Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="m68k"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
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 25a050e6fec6..7fddb7839ee0 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() { |