diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-09-28 11:23:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-09-28 11:30:40 +0200 |
commit | 53273edce9194a77ffc8d9475763b5979690aa1e (patch) | |
tree | f48dd185435ec7c418606072db6891e2c9adeac6 /app-shells | |
parent | app-shells/bash-completion: Fix slot in bash dep (diff) | |
download | gentoo-53273edce9194a77ffc8d9475763b5979690aa1e.tar.gz gentoo-53273edce9194a77ffc8d9475763b5979690aa1e.tar.bz2 gentoo-53273edce9194a77ffc8d9475763b5979690aa1e.zip |
app-shells/bash-completion: Correct license to GPL-2+
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash-completion/bash-completion-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/bash-completion/bash-completion-9999.ebuild b/app-shells/bash-completion/bash-completion-9999.ebuild index 30b194604939..e85632720edb 100644 --- a/app-shells/bash-completion/bash-completion-9999.ebuild +++ b/app-shells/bash-completion/bash-completion-9999.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/scop/bash-completion" EGIT_REPO_URI="https://github.com/scop/bash-completion" SRC_URI="https://bitbucket.org/mgorny/bashcomp2/downloads/${BASHCOMP_P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="" IUSE="test" |