commit: b8939d234bf5a3af51a9bf2237568b4d04b4ac7b Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Fri Jan 13 13:52:50 2017 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Fri Jan 13 13:54:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8939d23
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 x11-misc/xystray/xystray-1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/xystray/xystray-1.0.ebuild b/x11-misc/xystray/xystray-1.0.ebuild index 7732b83..8046d75 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=""
