diff options
author | Sam James <sam@gentoo.org> | 2021-02-19 12:04:55 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-19 12:04:55 +0000 |
commit | 43cc61061b56cc5a44481180c9921bfa797fab5f (patch) | |
tree | 98605b54b8b62fb44bcc6653512393d628cef9a6 /sci-mathematics | |
parent | net-p2p/deluge: Stabilize 2.0.3-r8 amd64, #771267 (diff) | |
download | gentoo-43cc61061b56cc5a44481180c9921bfa797fab5f.tar.gz gentoo-43cc61061b56cc5a44481180c9921bfa797fab5f.tar.bz2 gentoo-43cc61061b56cc5a44481180c9921bfa797fab5f.zip |
sci-mathematics/cgal: Stabilize 5.2 amd64, #771270
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/cgal/cgal-5.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/cgal/cgal-5.2.ebuild b/sci-mathematics/cgal/cgal-5.2.ebuild index 42d829dec900..a629adcc068c 100644 --- a/sci-mathematics/cgal/cgal-5.2.ebuild +++ b/sci-mathematics/cgal/cgal-5.2.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 @@ -15,7 +15,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=" |