diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-01-22 20:30:58 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-01-22 20:30:58 +0100 |
commit | b8fb86b2589774451acc30fc7f7b5d42a21a745e (patch) | |
tree | 383dc2123b5983cc10da6e2e0b4dae4ed3f402f9 /dev-perl | |
parent | media-gfx/inkscape: Remove useflag static-libs (now always off) (diff) | |
download | gentoo-b8fb86b2589774451acc30fc7f7b5d42a21a745e.tar.gz gentoo-b8fb86b2589774451acc30fc7f7b5d42a21a745e.tar.bz2 gentoo-b8fb86b2589774451acc30fc7f7b5d42a21a745e.zip |
dev-perl/Lab-Measurement: stable 3.791
Closes: https://bugs.gentoo.org/830768
Package-Manager: Portage-3.0.30, Repoman-3.0.3
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.791.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Lab-Measurement/Lab-Measurement-3.791.ebuild b/dev-perl/Lab-Measurement/Lab-Measurement-3.791.ebuild index dd02cae02296..02500e21d97d 100644 --- a/dev-perl/Lab-Measurement/Lab-Measurement-3.791.ebuild +++ b/dev-perl/Lab-Measurement/Lab-Measurement-3.791.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 ~x86" + KEYWORDS="amd64 ~x86" inherit perl-module else EGIT_REPO_URI="https://github.com/lab-measurement/Lab-Measurement.git" |