diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-10-02 21:27:59 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-10-02 21:34:00 +0200 |
commit | 1e3850265c2afb609903f66dab057296bf6ad5cc (patch) | |
tree | cc7d972c2564823388d6d00a44a37d63d9e4b3a1 /dev-perl | |
parent | dev-perl/PDL-IO-CSV: stabilize 0.11.0 for amd64 (diff) | |
download | gentoo-1e3850265c2afb609903f66dab057296bf6ad5cc.tar.gz gentoo-1e3850265c2afb609903f66dab057296bf6ad5cc.tar.bz2 gentoo-1e3850265c2afb609903f66dab057296bf6ad5cc.zip |
dev-perl/Lab-Measurement: stabilize 3.823 for amd64
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Lab-Measurement/Lab-Measurement-3.823.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Lab-Measurement/Lab-Measurement-3.823.ebuild b/dev-perl/Lab-Measurement/Lab-Measurement-3.823.ebuild index 72c52c0cd0a1..56f84874b2d2 100644 --- a/dev-perl/Lab-Measurement/Lab-Measurement-3.823.ebuild +++ b/dev-perl/Lab-Measurement/Lab-Measurement-3.823.ebuild @@ -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 @@ -8,7 +8,7 @@ DIST_EXAMPLES=( "examples/*" ) if [[ "${PV}" != "9999" ]]; then DIST_VERSION=${PV%.0} DIST_AUTHOR=AKHUETTEL - KEYWORDS="~amd64" + KEYWORDS="amd64" inherit perl-module else EGIT_REPO_URI="https://github.com/lab-measurement/Lab-Measurement.git" |