Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/
Date: Wed, 03 Oct 2018 08:00:52
Message-Id: 1538553197.517809df71965af98c28c2aee71a238e9839ae03.mgorny@gentoo
1 commit: 517809df71965af98c28c2aee71a238e9839ae03
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 3 07:53:17 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 3 07:53:17 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=517809df
7
8 xfce-base/garcon: Fix the license to 'or newer' variants
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-base/garcon/garcon-0.6.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/xfce-base/garcon/garcon-0.6.1.ebuild b/xfce-base/garcon/garcon-0.6.1.ebuild
16 index 44f7968bd57..e06db1aff67 100644
17 --- a/xfce-base/garcon/garcon-0.6.1.ebuild
18 +++ b/xfce-base/garcon/garcon-0.6.1.ebuild
19 @@ -7,7 +7,7 @@ DESCRIPTION="Xfce's freedesktop.org specification compatible menu implementation
20 HOMEPAGE="https://docs.xfce.org/xfce/exo/start"
21 SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
22
23 -LICENSE="LGPL-2 FDL-1.1"
24 +LICENSE="LGPL-2+ FDL-1.1+"
25 SLOT="0"
26 KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
27 IUSE="+gtk2"