diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-03-23 17:10:01 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-03-23 17:10:01 +0100 |
commit | a53a98e89a7cf17183277990a0d21e19475239dc (patch) | |
tree | 5e5a344361c8f74d643447cc926a10005d1eb94f /app-cdr | |
parent | sys-kernel/gentoo-sources: Linux patch 4.14.108.removal of redundant patch (diff) | |
download | gentoo-a53a98e89a7cf17183277990a0d21e19475239dc.tar.gz gentoo-a53a98e89a7cf17183277990a0d21e19475239dc.tar.bz2 gentoo-a53a98e89a7cf17183277990a0d21e19475239dc.zip |
app-cdr/poweriso: Fix LICENSE.
Closes: https://bugs.gentoo.org/681360
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/poweriso/poweriso-1.3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-cdr/poweriso/poweriso-1.3.ebuild b/app-cdr/poweriso/poweriso-1.3.ebuild index 382ea0b18c01..3fd62f0282d9 100644 --- a/app-cdr/poweriso/poweriso-1.3.ebuild +++ b/app-cdr/poweriso/poweriso-1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=0 @@ -7,10 +7,11 @@ DESCRIPTION="Utility to extract, list and convert PowerISO DAA image files" HOMEPAGE="http://www.poweriso.com" SRC_URI="http://www.${PN}.com/${P}.tar.gz" -LICENSE="public-domain" +LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="amd64 x86" IUSE="" +RESTRICT="mirror bindist" QA_PRESTRIPPED="opt/bin/poweriso" |