diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-04-15 01:41:25 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-04-15 01:41:31 +0300 |
commit | b8738b6d52671cd924b470d7742457e1aa8ed6f7 (patch) | |
tree | 058519be3fedc50ba8662af5622da0d0f7d5273a /net-libs | |
parent | dev-libs/expat: arm64 stable (bug #641288) (diff) | |
download | gentoo-b8738b6d52671cd924b470d7742457e1aa8ed6f7.tar.gz gentoo-b8738b6d52671cd924b470d7742457e1aa8ed6f7.tar.bz2 gentoo-b8738b6d52671cd924b470d7742457e1aa8ed6f7.zip |
net-libs/gtk-vnc: fix LICENSE metadata
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/gtk-vnc/gtk-vnc-0.7.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/gtk-vnc/gtk-vnc-0.7.1.ebuild b/net-libs/gtk-vnc/gtk-vnc-0.7.1.ebuild index e8d0f456c9b3..84a5688172fc 100644 --- a/net-libs/gtk-vnc/gtk-vnc-0.7.1.ebuild +++ b/net-libs/gtk-vnc/gtk-vnc-0.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ inherit gnome2 multibuild python-r1 vala DESCRIPTION="VNC viewer widget for GTK" HOMEPAGE="https://wiki.gnome.org/Projects/gtk-vnc" -LICENSE="GPL-2" +LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE="examples +gtk3 +introspection pulseaudio python sasl vala" |