diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-02 19:12:50 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-03 14:12:44 +0300 |
commit | e7f02802f23e7728f645e11ff5c491ad73fc2307 (patch) | |
tree | b459e8f059ee2e9b4cdf7ae70caf2cad08466d2c /sci-libs/shapelib | |
parent | sci-libs/scotch: destabilize for ~ppc (diff) | |
download | gentoo-e7f02802f23e7728f645e11ff5c491ad73fc2307.tar.gz gentoo-e7f02802f23e7728f645e11ff5c491ad73fc2307.tar.bz2 gentoo-e7f02802f23e7728f645e11ff5c491ad73fc2307.zip |
sci-libs/shapelib: destabilize for ~ppc
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-libs/shapelib')
-rw-r--r-- | sci-libs/shapelib/shapelib-1.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/shapelib/shapelib-1.5.0.ebuild b/sci-libs/shapelib/shapelib-1.5.0.ebuild index 263e63001a01..1780ce65a758 100644 --- a/sci-libs/shapelib/shapelib-1.5.0.ebuild +++ b/sci-libs/shapelib/shapelib-1.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="http://download.osgeo.org/${PN}/${P}.tar.gz" LICENSE="GPL-2 LGPL-2" SLOT="0/2" -KEYWORDS="amd64 ~arm arm64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux" IUSE="doc static-libs" src_prepare() { |