diff options
author | Sam James <sam@gentoo.org> | 2022-09-21 05:07:57 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-21 05:08:37 +0100 |
commit | 409a614905bda7c8268c399e132023db9991238f (patch) | |
tree | 398735230b826a09a8c8425ae8c070f14ef9185b /sys-block | |
parent | app-arch/cpio: fix LICENSE (diff) | |
download | gentoo-409a614905bda7c8268c399e132023db9991238f.tar.gz gentoo-409a614905bda7c8268c399e132023db9991238f.tar.bz2 gentoo-409a614905bda7c8268c399e132023db9991238f.zip |
sys-block/parted: fix LICENSE
Per --version output.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/parted/parted-3.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-block/parted/parted-3.5.ebuild b/sys-block/parted/parted-3.5.ebuild index a0ad8a3b24f9..73ef2c77cd67 100644 --- a/sys-block/parted/parted-3.5.ebuild +++ b/sys-block/parted/parted-3.5.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://www.gnu.org/software/parted/" SRC_URI="mirror://gnu/${PN}/${P}.tar.xz verify-sig? ( mirror://gnu/${PN}/${P}.tar.xz.sig )" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" IUSE="+debug device-mapper nls readline" |