From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2BF2F139086 for ; Fri, 13 Jan 2017 13:54:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57C5723410C; Fri, 13 Jan 2017 13:54:17 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3415C23410C for ; Fri, 13 Jan 2017 13:54:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 273F9341748 for ; Fri, 13 Jan 2017 13:54:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E88E262C for ; Fri, 13 Jan 2017 13:54:14 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1484315645.b8939d234bf5a3af51a9bf2237568b4d04b4ac7b.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xystray/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xystray/xystray-1.0.ebuild X-VCS-Directories: x11-misc/xystray/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: b8939d234bf5a3af51a9bf2237568b4d04b4ac7b X-VCS-Branch: master Date: Fri, 13 Jan 2017 13:54:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9e6b6963-be8a-41ba-b527-fb5729339018 X-Archives-Hash: cd151ee2c43ecea7a45cd976c064882e commit: b8939d234bf5a3af51a9bf2237568b4d04b4ac7b Author: Marek Szuba gentoo org> AuthorDate: Fri Jan 13 13:52:50 2017 +0000 Commit: Marek Szuba gentoo 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=""