diff options
author | Sam James <sam@gentoo.org> | 2023-03-22 05:25:51 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-22 05:25:51 +0000 |
commit | 90944df50e15785f329d4f64347ced88ab7fd054 (patch) | |
tree | 33b9bbc2a79dac53f80f5163ae981a03cff1a8ba /dev-perl/PDL | |
parent | dev-perl/Alien-Build: Stabilize 2.770.0 ppc64, #902677 (diff) | |
download | gentoo-90944df50e15785f329d4f64347ced88ab7fd054.tar.gz gentoo-90944df50e15785f329d4f64347ced88ab7fd054.tar.bz2 gentoo-90944df50e15785f329d4f64347ced88ab7fd054.zip |
dev-perl/PDL: Stabilize 2.63.0 arm, #902683
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/PDL')
-rw-r--r-- | dev-perl/PDL/PDL-2.63.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/PDL/PDL-2.63.0.ebuild b/dev-perl/PDL/PDL-2.63.0.ebuild index 83624dd4cbdd..f95c19c7ab01 100644 --- a/dev-perl/PDL/PDL-2.63.0.ebuild +++ b/dev-perl/PDL/PDL-2.63.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=8 @@ -15,7 +15,7 @@ DESCRIPTION="Perl Data Language for scientific computing" LICENSE="|| ( Artistic GPL-1+ ) public-domain PerlDL" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86" +KEYWORDS="~amd64 arm ~ppc ~x86" IUSE="+badval doc fortran gd gsl hdf netpbm pdl2 pgplot threads test" |