Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/urxvtconfig/
Date: Tue, 14 Feb 2017 21:42:33
Message-Id: 1487108520.0ed3f92cc8faa81c77df08d37db5b86a2f06f722.soap@gentoo
1 commit: 0ed3f92cc8faa81c77df08d37db5b86a2f06f722
2 Author: fcll <fcool <AT> runbox <DOT> com>
3 AuthorDate: Sun Feb 12 00:34:32 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 14 21:42:00 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ed3f92c
7
8 x11-misc/urxvtconfig: fix license as per upstream
9
10 Closes: https://github.com/gentoo/gentoo/pull/3924
11
12 x11-misc/urxvtconfig/urxvtconfig-1.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/x11-misc/urxvtconfig/urxvtconfig-1.0.ebuild b/x11-misc/urxvtconfig/urxvtconfig-1.0.ebuild
16 index 88cb04af72..e0573b265a 100644
17 --- a/x11-misc/urxvtconfig/urxvtconfig-1.0.ebuild
18 +++ b/x11-misc/urxvtconfig/urxvtconfig-1.0.ebuild
19 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/daedreth/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.g
20 KEYWORDS="~amd64 ~x86"
21
22 SLOT="0"
23 -LICENSE="GPL-2"
24 +LICENSE="GPL-3"
25
26 S="${WORKDIR}/${MY_PN}-${PV}"