diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-10-19 19:06:20 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-10-19 19:07:42 +0200 |
commit | c84e69b850fc069c9e051a9c38942a1e7fb0cb42 (patch) | |
tree | 0fa03160ab16564886c54dd0440daa755bd40164 /sci-libs | |
parent | dev-python/contourpy: Remove old (diff) | |
download | gentoo-c84e69b850fc069c9e051a9c38942a1e7fb0cb42.tar.gz gentoo-c84e69b850fc069c9e051a9c38942a1e7fb0cb42.tar.bz2 gentoo-c84e69b850fc069c9e051a9c38942a1e7fb0cb42.zip |
sci-libs/szip: Stabilize 2.1.1 x86, #941861
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/szip/szip-2.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/szip/szip-2.1.1.ebuild b/sci-libs/szip/szip-2.1.1.ebuild index 53f3950e78a7..c6bda0f8f2f1 100644 --- a/sci-libs/szip/szip-2.1.1.ebuild +++ b/sci-libs/szip/szip-2.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ SRC_URI="https://support.hdfgroup.org/ftp/lib-external/${PN}/${PV}/src/${P}.tar. LICENSE="szip" SLOT="0/2" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ppc ppc64 ~riscv sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" IUSE="static-libs" RDEPEND="!sci-libs/libaec[szip]" |