commit: 63ac3e4163a093e0e27b74c21ab6b7801b836abc Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sun Oct 2 21:59:05 2022 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sun Oct 2 21:59:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63ac3e41
dev-perl/Bio-Graphics: fix license Closes: https://bugs.gentoo.org/721218 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> .../{Bio-Graphics-2.400.0-r1.ebuild => Bio-Graphics-2.400.0-r2.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0-r1.ebuild b/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0-r2.ebuild similarity index 88% rename from dev-perl/Bio-Graphics/Bio-Graphics-2.400.0-r1.ebuild rename to dev-perl/Bio-Graphics/Bio-Graphics-2.400.0-r2.ebuild index 3b523ece82d4..b78c663e2978 100644 --- a/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0-r1.ebuild +++ b/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0-r2.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=7 @@ -12,6 +12,7 @@ DESCRIPTION="Generate images from Bio::Seq objects for visualization purposes" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +LICENSE="coldspringharbor" RDEPEND=" dev-perl/CGI
