diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-03 17:54:09 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-09 17:46:14 +0300 |
commit | ca2cd92d0b1b8079eed74c40583999f51b035659 (patch) | |
tree | 4c533e192615622ff0370e5726e6231e74d268c8 /sci-mathematics | |
parent | sci-mathematics/arb: destabilize for ~x86 (diff) | |
download | gentoo-ca2cd92d0b1b8079eed74c40583999f51b035659.tar.gz gentoo-ca2cd92d0b1b8079eed74c40583999f51b035659.tar.bz2 gentoo-ca2cd92d0b1b8079eed74c40583999f51b035659.zip |
sci-mathematics/cgal: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/cgal/cgal-5.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/cgal/cgal-5.5.ebuild b/sci-mathematics/cgal/cgal-5.5.ebuild index a20801ec0461..745af51f2473 100644 --- a/sci-mathematics/cgal/cgal-5.5.ebuild +++ b/sci-mathematics/cgal/cgal-5.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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" RDEPEND=" |