diff options
author | Mart Raudsepp <leio@gentoo.org> | 2017-05-02 01:29:47 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-05-02 01:35:04 +0300 |
commit | c9d06e836e5a772d542389b527c0a09427f32508 (patch) | |
tree | 46096e7e907ea67a70566555abc5d4feb18cff61 /dev-vcs/gitg | |
parent | dev-vcs/gitg: remove old (diff) | |
download | gentoo-c9d06e836e5a772d542389b527c0a09427f32508.tar.gz gentoo-c9d06e836e5a772d542389b527c0a09427f32508.tar.bz2 gentoo-c9d06e836e5a772d542389b527c0a09427f32508.zip |
dev-vcs/gitg: Fix license
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-vcs/gitg')
-rw-r--r-- | dev-vcs/gitg/gitg-3.22.0.ebuild | 2 | ||||
-rw-r--r-- | dev-vcs/gitg/gitg-3.24.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/gitg/gitg-3.22.0.ebuild b/dev-vcs/gitg/gitg-3.22.0.ebuild index 43e36f214368..b78376684cd0 100644 --- a/dev-vcs/gitg/gitg-3.22.0.ebuild +++ b/dev-vcs/gitg/gitg-3.22.0.ebuild @@ -11,7 +11,7 @@ inherit gnome2 pax-utils python-r1 vala DESCRIPTION="git repository viewer for GNOME" HOMEPAGE="https://wiki.gnome.org/Apps/Gitg" -LICENSE="|| ( GPL-2 GPL-3 )" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" diff --git a/dev-vcs/gitg/gitg-3.24.0.ebuild b/dev-vcs/gitg/gitg-3.24.0.ebuild index b8f4bb95294e..3b5aa6ca980f 100644 --- a/dev-vcs/gitg/gitg-3.24.0.ebuild +++ b/dev-vcs/gitg/gitg-3.24.0.ebuild @@ -11,7 +11,7 @@ inherit gnome2 pax-utils python-r1 vala DESCRIPTION="git repository viewer for GNOME" HOMEPAGE="https://wiki.gnome.org/Apps/Gitg" -LICENSE="|| ( GPL-2 GPL-3 )" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" |