diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-02 19:11:15 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-03 14:12:36 +0300 |
commit | 251866716df52cad4819b3829eb5c11e271cb1bd (patch) | |
tree | cc1802025ec50b3ec3323776c06bee15374cb804 /sci-libs/cdf | |
parent | sci-libs/ccolamd: destabilize for ~ppc (diff) | |
download | gentoo-251866716df52cad4819b3829eb5c11e271cb1bd.tar.gz gentoo-251866716df52cad4819b3829eb5c11e271cb1bd.tar.bz2 gentoo-251866716df52cad4819b3829eb5c11e271cb1bd.zip |
sci-libs/cdf: destabilize for ~ppc
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-libs/cdf')
-rw-r--r-- | sci-libs/cdf/cdf-3.8.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/cdf/cdf-3.8.0-r1.ebuild b/sci-libs/cdf/cdf-3.8.0-r1.ebuild index aeb793888314..a721b39072fc 100644 --- a/sci-libs/cdf/cdf-3.8.0-r1.ebuild +++ b/sci-libs/cdf/cdf-3.8.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -26,7 +26,7 @@ SRC_URI="${SRC_BASE}/${MY_P}-dist-${PN}.tar.gz LICENSE="CDF" SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux" IUSE="doc examples java ncurses static-libs" RESTRICT="bindist" |