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/Bio-SamTools/
Date: Mon, 31 May 2021 20:51:01
Message-Id: 1622494230.b8f78e0477bce7c9d37fc50677694631d020f917.dilfridge@gentoo
1 commit: b8f78e0477bce7c9d37fc50677694631d020f917
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 30 21:04:27 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 20:50:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8f78e04
7
8 dev-perl/Bio-SamTools: Declare Perl5 license, as in Debian
9
10 Closes: https://bugs.gentoo.org/721220
11 Package-Manager: Portage-3.0.18, Repoman-3.0.2
12 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
13
14 dev-perl/Bio-SamTools/Bio-SamTools-1.430.0-r2.ebuild | 3 +--
15 1 file changed, 1 insertion(+), 2 deletions(-)
16
17 diff --git a/dev-perl/Bio-SamTools/Bio-SamTools-1.430.0-r2.ebuild b/dev-perl/Bio-SamTools/Bio-SamTools-1.430.0-r2.ebuild
18 index ed1ab08f825..b06de25d354 100644
19 --- a/dev-perl/Bio-SamTools/Bio-SamTools-1.430.0-r2.ebuild
20 +++ b/dev-perl/Bio-SamTools/Bio-SamTools-1.430.0-r2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -11,7 +11,6 @@ DESCRIPTION="Read SAM/BAM database files"
28
29 SLOT="0"
30 KEYWORDS="~amd64 ~x86"
31 -LICENSE="|| ( Apache-2.0 Artistic-2 GPL-1+ )"
32
33 RDEPEND="
34 >=sci-biology/bioperl-1.6.9