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 38E5F138334 for ; Wed, 3 Oct 2018 08:00:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE7F6E09C7; Wed, 3 Oct 2018 08:00:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AECC9E09C7 for ; Wed, 3 Oct 2018 08:00:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D4FC2335D10 for ; Wed, 3 Oct 2018 08:00:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E7583F6 for ; Wed, 3 Oct 2018 08:00:46 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1538553197.517809df71965af98c28c2aee71a238e9839ae03.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-base/garcon/garcon-0.6.1.ebuild X-VCS-Directories: xfce-base/garcon/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 517809df71965af98c28c2aee71a238e9839ae03 X-VCS-Branch: master Date: Wed, 3 Oct 2018 08:00:46 +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: 13ce4930-7243-4429-8435-fd3115f8e94b X-Archives-Hash: 25deecc955fb842602ec5b4a77973757 commit: 517809df71965af98c28c2aee71a238e9839ae03 Author: Michał Górny gentoo org> AuthorDate: Wed Oct 3 07:53:17 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Oct 3 07:53:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=517809df xfce-base/garcon: Fix the license to 'or newer' variants Signed-off-by: Michał Górny gentoo.org> xfce-base/garcon/garcon-0.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xfce-base/garcon/garcon-0.6.1.ebuild b/xfce-base/garcon/garcon-0.6.1.ebuild index 44f7968bd57..e06db1aff67 100644 --- a/xfce-base/garcon/garcon-0.6.1.ebuild +++ b/xfce-base/garcon/garcon-0.6.1.ebuild @@ -7,7 +7,7 @@ DESCRIPTION="Xfce's freedesktop.org specification compatible menu implementation HOMEPAGE="https://docs.xfce.org/xfce/exo/start" SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" -LICENSE="LGPL-2 FDL-1.1" +LICENSE="LGPL-2+ FDL-1.1+" SLOT="0" KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" IUSE="+gtk2"