diff options
author | Sam James <sam@gentoo.org> | 2021-01-25 14:07:49 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-25 14:07:49 +0000 |
commit | a3d01059179bd75a539a1b4536ea5a39fd42f1a4 (patch) | |
tree | e904ecd517067ec9359020ebcd0ef78b252ea861 /sci-mathematics | |
parent | media-libs/sbc: Stabilize 1.5 ppc, #766725 (diff) | |
download | gentoo-a3d01059179bd75a539a1b4536ea5a39fd42f1a4.tar.gz gentoo-a3d01059179bd75a539a1b4536ea5a39fd42f1a4.tar.bz2 gentoo-a3d01059179bd75a539a1b4536ea5a39fd42f1a4.zip |
sci-mathematics/flint: Stabilize 2.6.3 ppc, #766977
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/flint/flint-2.6.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/flint/flint-2.6.3.ebuild b/sci-mathematics/flint/flint-2.6.3.ebuild index d943d1c39050..75b13e2ca97a 100644 --- a/sci-mathematics/flint/flint-2.6.3.ebuild +++ b/sci-mathematics/flint/flint-2.6.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="http://www.flintlib.org/${P}.tar.gz" LICENSE="LGPL-2.1+" SLOT="0/14" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ppc ~x86" IUSE="doc ntl test" RESTRICT="!test? ( test )" |