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/Config-General/
Date: Thu, 04 Nov 2021 21:20:15
Message-Id: 1636060796.5bdf980e2b3b601547135203b59351899f134d8d.dilfridge@gentoo
1 commit: 5bdf980e2b3b601547135203b59351899f134d8d
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 4 21:19:39 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 4 21:19:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bdf980e
7
8 dev-perl/Config-General: set LICENSE=Artistic
9
10 Best we can do given the upstream mess
11
12 Closes: https://bugs.gentoo.org/729816
13 Package-Manager: Portage-3.0.28, Repoman-3.0.3
14 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
15
16 dev-perl/Config-General/Config-General-2.630.0-r1.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-perl/Config-General/Config-General-2.630.0-r1.ebuild b/dev-perl/Config-General/Config-General-2.630.0-r1.ebuild
20 index 6f03aa9777b..1444833d4f5 100644
21 --- a/dev-perl/Config-General/Config-General-2.630.0-r1.ebuild
22 +++ b/dev-perl/Config-General/Config-General-2.630.0-r1.ebuild
23 @@ -9,7 +9,7 @@ DIST_EXAMPLES=("example.cfg")
24 inherit perl-module
25
26 DESCRIPTION="Config file parser module"
27 -
28 +LICENSE="Artistic"
29 SLOT="0"
30 KEYWORDS="amd64 arm arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"