Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Lab-Measurement/
Date: Sat, 22 Jan 2022 19:35:45
Message-Id: 1642879858.b8fb86b2589774451acc30fc7f7b5d42a21a745e.dilfridge@gentoo
1 commit: b8fb86b2589774451acc30fc7f7b5d42a21a745e
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 22 19:30:58 2022 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 22 19:30:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8fb86b2
7
8 dev-perl/Lab-Measurement: stable 3.791
9
10 Closes: https://bugs.gentoo.org/830768
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
13
14 dev-perl/Lab-Measurement/Lab-Measurement-3.791.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-perl/Lab-Measurement/Lab-Measurement-3.791.ebuild b/dev-perl/Lab-Measurement/Lab-Measurement-3.791.ebuild
18 index dd02cae02296..02500e21d97d 100644
19 --- a/dev-perl/Lab-Measurement/Lab-Measurement-3.791.ebuild
20 +++ b/dev-perl/Lab-Measurement/Lab-Measurement-3.791.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=8
27 @@ -8,7 +8,7 @@ DIST_EXAMPLES=( "examples/*" )
28 if [[ "${PV}" != "9999" ]]; then
29 DIST_VERSION=${PV%.0}
30 DIST_AUTHOR=AKHUETTEL
31 - KEYWORDS="~amd64 ~x86"
32 + KEYWORDS="amd64 ~x86"
33 inherit perl-module
34 else
35 EGIT_REPO_URI="https://github.com/lab-measurement/Lab-Measurement.git"