diff options
author | Sam James <sam@gentoo.org> | 2025-01-03 22:26:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2025-01-03 22:26:00 +0000 |
commit | 8c9dc2beffe168b9b1a5a19a3c674695fad80c8d (patch) | |
tree | f21120132e0865c549438d9cc8ac50f671468612 /sci-mathematics | |
parent | app-misc/recoll: Stabilize 1.40.3 x86, #947187 (diff) | |
download | gentoo-8c9dc2beffe168b9b1a5a19a3c674695fad80c8d.tar.gz gentoo-8c9dc2beffe168b9b1a5a19a3c674695fad80c8d.tar.bz2 gentoo-8c9dc2beffe168b9b1a5a19a3c674695fad80c8d.zip |
sci-mathematics/clipper2: Stabilize 1.4.0 amd64, #946112
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/clipper2/clipper2-1.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/clipper2/clipper2-1.4.0.ebuild b/sci-mathematics/clipper2/clipper2-1.4.0.ebuild index ab2d3bf1ad9c..fa2cc2612361 100644 --- a/sci-mathematics/clipper2/clipper2-1.4.0.ebuild +++ b/sci-mathematics/clipper2/clipper2-1.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_PN}-${MY_P}/CPP" LICENSE="Boost-1.0" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="test" RESTRICT="!test? ( test )" |