diff options
author | Marek Szuba <marecki@gentoo.org> | 2017-01-13 14:52:50 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2017-01-13 14:54:05 +0100 |
commit | b8939d234bf5a3af51a9bf2237568b4d04b4ac7b (patch) | |
tree | 921a8f7f02025ed3f3973551614812d0136ce6ff /x11-misc/xystray/xystray-1.0.ebuild | |
parent | x11-misc/xystray: add missing build-time dependency (diff) | |
download | gentoo-b8939d234bf5a3af51a9bf2237568b4d04b4ac7b.tar.gz gentoo-b8939d234bf5a3af51a9bf2237568b4d04b4ac7b.tar.bz2 gentoo-b8939d234bf5a3af51a9bf2237568b4d04b4ac7b.zip |
x11-misc/xystray: correct LICENSE
Comments in xystray.c say it should be GPL-2+ rather than GPL-2.
Package-Manager: portage-2.3.0
Diffstat (limited to 'x11-misc/xystray/xystray-1.0.ebuild')
-rw-r--r-- | x11-misc/xystray/xystray-1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/xystray/xystray-1.0.ebuild b/x11-misc/xystray/xystray-1.0.ebuild index 7732b8350433..8046d7561a98 100644 --- a/x11-misc/xystray/xystray-1.0.ebuild +++ b/x11-misc/xystray/xystray-1.0.ebuild @@ -8,7 +8,7 @@ DESCRIPTION="A simple implementation of freedesktop.org notification area for X" HOMEPAGE="http://steelman.github.com/xystray/" SRC_URI="https://github.com/steelman/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" |