diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-02 19:11:52 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-03 14:12:39 +0300 |
commit | fa7f6d7dc4b8845ff56dac722ebb04ce3a9d61c4 (patch) | |
tree | 56e9c70d6ba030be78b2495504680aeae8c72a11 /sci-libs/hdf | |
parent | sci-libs/gts: destabilize for ~ppc (diff) | |
download | gentoo-fa7f6d7dc4b8845ff56dac722ebb04ce3a9d61c4.tar.gz gentoo-fa7f6d7dc4b8845ff56dac722ebb04ce3a9d61c4.tar.bz2 gentoo-fa7f6d7dc4b8845ff56dac722ebb04ce3a9d61c4.zip |
sci-libs/hdf: destabilize for ~ppc
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-libs/hdf')
-rw-r--r-- | sci-libs/hdf/hdf-4.2.15-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/hdf/hdf-4.2.15-r1.ebuild b/sci-libs/hdf/hdf-4.2.15-r1.ebuild index 047eb57a8562..c809222acf56 100644 --- a/sci-libs/hdf/hdf-4.2.15-r1.ebuild +++ b/sci-libs/hdf/hdf-4.2.15-r1.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 @@ -15,7 +15,7 @@ SRC_URI+=" https://dev.gentoo.org/~dlan/distfiles/${CATEGORY}/${PN}/${PN}-4.2.15 LICENSE="NCSA-HDF" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ppc ~riscv x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~ia64 ~ppc ~riscv x86 ~amd64-linux ~x86-linux" IUSE="examples fortran szip static-libs test" RESTRICT="!test? ( test )" REQUIRED_USE="test? ( szip )" |