dev-perl/PDL-IO-CSV: stabilize 0.11.0 for amd64

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel
2022-10-02 21:27:19 +02:00
parent d3d110529a
commit 8bcfe7443d

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Load/save PDL from/to CSV file (optimized for speed and large data)"
SLOT="0"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 ~x86"
RDEPEND="
>=virtual/perl-Exporter-5.570.0