diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-03-10 22:20:44 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-03-10 22:20:44 +0100 |
commit | 5eeb9f03ffe4e4581c79d1e117c33560df6fbf50 (patch) | |
tree | 8a2f23ac8e147e58aeaec7e24b89caa13ed5b0ae /dev-libs/libnest2d | |
parent | dev-libs/clipper: Stabilize 6.4.2 amd64, #834389 (diff) | |
download | gentoo-5eeb9f03ffe4e4581c79d1e117c33560df6fbf50.tar.gz gentoo-5eeb9f03ffe4e4581c79d1e117c33560df6fbf50.tar.bz2 gentoo-5eeb9f03ffe4e4581c79d1e117c33560df6fbf50.zip |
dev-libs/libnest2d: Stabilize 0.4-r2 amd64, #834389
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-libs/libnest2d')
-rw-r--r-- | dev-libs/libnest2d/libnest2d-0.4-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libnest2d/libnest2d-0.4-r2.ebuild b/dev-libs/libnest2d/libnest2d-0.4-r2.ebuild index 88a93621c9d5..a70f129172c3 100644 --- a/dev-libs/libnest2d/libnest2d-0.4-r2.ebuild +++ b/dev-libs/libnest2d/libnest2d-0.4-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/tamasmeszaros/libnest2d/archive/${PV}.tar.gz -> ${P} LICENSE="LGPL-3" SLOT="0/1" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" IUSE="examples static-libs test" RESTRICT="!test? ( test )" |