diff options
author | Sam James <sam@gentoo.org> | 2021-01-05 20:49:18 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-05 20:49:18 +0000 |
commit | 5fa656dc6e70b3332cadd23dbbc56d2b795d10ec (patch) | |
tree | 6f4c2cf643259fe8bfac2da10b55c3e4a477be4e /sci-mathematics | |
parent | dev-util/bitcoin-tx: Stabilize 0.20.1 x86, #762056 (diff) | |
download | gentoo-5fa656dc6e70b3332cadd23dbbc56d2b795d10ec.tar.gz gentoo-5fa656dc6e70b3332cadd23dbbc56d2b795d10ec.tar.bz2 gentoo-5fa656dc6e70b3332cadd23dbbc56d2b795d10ec.zip |
sci-mathematics/cgal: Stabilize 5.1 x86, #762062
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/cgal/cgal-5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/cgal/cgal-5.1.ebuild b/sci-mathematics/cgal/cgal-5.1.ebuild index 212a73b0a84e..64859c1c1764 100644 --- a/sci-mathematics/cgal/cgal-5.1.ebuild +++ b/sci-mathematics/cgal/cgal-5.1.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 @@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="LGPL-3 GPL-3 Boost-1.0" SLOT="0/14" -KEYWORDS="amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux" IUSE="doc examples +gmp mpfi ntl qt5" RDEPEND=" |