diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-09-15 21:34:48 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-09-15 21:37:08 +0200 |
commit | 498ea585847ff34e4b0b20176db3769e4eea3caa (patch) | |
tree | e86ae4e01619644c65bf5b43b7126f9057333a1a /dev-vcs | |
parent | dev-vcs/cvsutils: EAPI7 revbump, use HTTPs (diff) | |
download | gentoo-498ea585847ff34e4b0b20176db3769e4eea3caa.tar.gz gentoo-498ea585847ff34e4b0b20176db3769e4eea3caa.tar.bz2 gentoo-498ea585847ff34e4b0b20176db3769e4eea3caa.zip |
dev-vcs/cvsutils: Correct license to GPL-2+ GPL-3+
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/cvsutils/cvsutils-0.2.5-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/cvsutils/cvsutils-0.2.5-r1.ebuild b/dev-vcs/cvsutils/cvsutils-0.2.5-r1.ebuild index b14687868fa2..e4e3b461c571 100644 --- a/dev-vcs/cvsutils/cvsutils-0.2.5-r1.ebuild +++ b/dev-vcs/cvsutils/cvsutils-0.2.5-r1.ebuild @@ -7,7 +7,7 @@ DESCRIPTION="A small bundle of utilities to work with CVS repositories" HOMEPAGE="https://www.red-bean.com/cvsutils/" SRC_URI="https://www.red-bean.com/cvsutils/releases/${P}.tar.gz" -LICENSE="GPL-3" +LICENSE="GPL-2+ GPL-3+" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" |