Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/bash-completion/
Date: Fri, 28 Sep 2018 09:30:53
Message-Id: 1538127040.53273edce9194a77ffc8d9475763b5979690aa1e.mgorny@gentoo
1 commit: 53273edce9194a77ffc8d9475763b5979690aa1e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 28 09:23:49 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 28 09:30:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53273edc
7
8 app-shells/bash-completion: Correct license to GPL-2+
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-shells/bash-completion/bash-completion-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-shells/bash-completion/bash-completion-9999.ebuild b/app-shells/bash-completion/bash-completion-9999.ebuild
16 index 30b19460493..e85632720ed 100644
17 --- a/app-shells/bash-completion/bash-completion-9999.ebuild
18 +++ b/app-shells/bash-completion/bash-completion-9999.ebuild
19 @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/scop/bash-completion"
20 EGIT_REPO_URI="https://github.com/scop/bash-completion"
21 SRC_URI="https://bitbucket.org/mgorny/bashcomp2/downloads/${BASHCOMP_P}.tar.gz"
22
23 -LICENSE="GPL-2"
24 +LICENSE="GPL-2+"
25 SLOT="0"
26 KEYWORDS=""
27 IUSE="test"