diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-04-14 16:04:07 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-04-14 20:16:27 +0200 |
commit | f1e54b6d5aeb6e73453a3c6df2ca0ca48e2a76c9 (patch) | |
tree | 81aca469064c6b97179e13220b9c3e547128d93d /app-arch | |
parent | sys-apps/inxi: Drop old version (diff) | |
download | gentoo-f1e54b6d5aeb6e73453a3c6df2ca0ca48e2a76c9.tar.gz gentoo-f1e54b6d5aeb6e73453a3c6df2ca0ca48e2a76c9.tar.bz2 gentoo-f1e54b6d5aeb6e73453a3c6df2ca0ca48e2a76c9.zip |
app-arch/cksfv: fix LICENCE.
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11681
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/cksfv/cksfv-1.3.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/cksfv/cksfv-1.3.14.ebuild b/app-arch/cksfv/cksfv-1.3.14.ebuild index 52041fde4aa9..09c200e889a3 100644 --- a/app-arch/cksfv/cksfv-1.3.14.ebuild +++ b/app-arch/cksfv/cksfv-1.3.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -9,7 +9,7 @@ DESCRIPTION="SFV checksum utility (simple file verification)" HOMEPAGE="http://zakalwe.fi/~shd/foss/cksfv/" SRC_URI="http://zakalwe.fi/~shd/foss/cksfv/files/${P}.tar.bz2" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="" |