commit: a689cffc285e6fc852d4349a6be1d96d0b0b3c40 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Mon May 24 14:47:55 2021 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Mon May 24 14:47:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a689cffc
dev-perl/AppConfig: Set license to Artistic (smallest common den.) Closes: https://bugs.gentoo.org/721206 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> dev-perl/AppConfig/AppConfig-1.710.0-r1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-perl/AppConfig/AppConfig-1.710.0-r1.ebuild b/dev-perl/AppConfig/AppConfig-1.710.0-r1.ebuild index 263db58b197..dcc845c3b5f 100644 --- a/dev-perl/AppConfig/AppConfig-1.710.0-r1.ebuild +++ b/dev-perl/AppConfig/AppConfig-1.710.0-r1.ebuild @@ -14,6 +14,10 @@ KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-lin IUSE="test" RESTRICT="!test? ( test )" +# https://bugs.gentoo.org/721206 +# https://rt.cpan.org/Public/Bug/Display.html?id=132442 +LICENSE="Artistic" + RDEPEND=" >=dev-perl/File-HomeDir-0.57 "
