diff options
author | Adam Feldman <NP-Hardass@gentoo.org> | 2020-03-20 16:53:36 -0400 |
---|---|---|
committer | Adam Feldman <NP-Hardass@gentoo.org> | 2020-04-06 13:48:06 -0400 |
commit | 47d00e8c0f4604e1eb3ff663766e3aa887ab7a1a (patch) | |
tree | f16794be30150fa686bc804bd2ff04ab4ee168c2 /mate-extra | |
parent | mate-extra/mate-polkit: Bump to 1.24.0 (diff) | |
download | gentoo-47d00e8c0f4604e1eb3ff663766e3aa887ab7a1a.tar.gz gentoo-47d00e8c0f4604e1eb3ff663766e3aa887ab7a1a.tar.bz2 gentoo-47d00e8c0f4604e1eb3ff663766e3aa887ab7a1a.zip |
mate-extra/mate-polkit: Fix LICENSE
Package-Manager: Portage-2.3.82, Repoman-2.3.18
Signed-off-by: Adam Feldman <NP-Hardass@gentoo.org>
Diffstat (limited to 'mate-extra')
-rw-r--r-- | mate-extra/mate-polkit/mate-polkit-1.22.0-r1.ebuild | 4 | ||||
-rw-r--r-- | mate-extra/mate-polkit/mate-polkit-1.22.0.ebuild | 4 | ||||
-rw-r--r-- | mate-extra/mate-polkit/mate-polkit-1.24.0.ebuild | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/mate-extra/mate-polkit/mate-polkit-1.22.0-r1.ebuild b/mate-extra/mate-polkit/mate-polkit-1.22.0-r1.ebuild index 68691a62f991..ebb71540060c 100644 --- a/mate-extra/mate-polkit/mate-polkit-1.22.0-r1.ebuild +++ b/mate-extra/mate-polkit/mate-polkit-1.22.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ if [[ ${PV} != 9999 ]]; then fi DESCRIPTION="A MATE specific DBUS service that is used to bring up authentication dialogs" -LICENSE="LGPL-2" +LICENSE="LGPL-2+" SLOT="0" IUSE="accountsservice appindicator" diff --git a/mate-extra/mate-polkit/mate-polkit-1.22.0.ebuild b/mate-extra/mate-polkit/mate-polkit-1.22.0.ebuild index 39199db6278f..115ea19651f2 100644 --- a/mate-extra/mate-polkit/mate-polkit-1.22.0.ebuild +++ b/mate-extra/mate-polkit/mate-polkit-1.22.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ if [[ ${PV} != 9999 ]]; then fi DESCRIPTION="A MATE specific DBUS service that is used to bring up authentication dialogs" -LICENSE="LGPL-2" +LICENSE="LGPL-2+" SLOT="0" IUSE="accountsservice appindicator" diff --git a/mate-extra/mate-polkit/mate-polkit-1.24.0.ebuild b/mate-extra/mate-polkit/mate-polkit-1.24.0.ebuild index 5b5b4f8de066..e209135516aa 100644 --- a/mate-extra/mate-polkit/mate-polkit-1.24.0.ebuild +++ b/mate-extra/mate-polkit/mate-polkit-1.24.0.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} != 9999 ]]; then fi DESCRIPTION="A MATE specific DBUS service that is used to bring up authentication dialogs" -LICENSE="LGPL-2" +LICENSE="LGPL-2+" SLOT="0" IUSE="accountsservice appindicator" |