Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/four-in-a-row/
Date: Mon, 01 May 2017 21:49:12
Message-Id: 1493674913.9eabf0ddaa5b19dd3f941bce3643b41593445fc8.leio@gentoo
1 commit: 9eabf0ddaa5b19dd3f941bce3643b41593445fc8
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 1 19:26:28 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon May 1 21:41:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eabf0dd
7
8 games-board/four-in-a-row: Fix license
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 games-board/four-in-a-row/four-in-a-row-3.22.1.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/games-board/four-in-a-row/four-in-a-row-3.22.1.ebuild b/games-board/four-in-a-row/four-in-a-row-3.22.1.ebuild
16 index 266a113bcdc..0ed42842108 100644
17 --- a/games-board/four-in-a-row/four-in-a-row-3.22.1.ebuild
18 +++ b/games-board/four-in-a-row/four-in-a-row-3.22.1.ebuild
19 @@ -7,7 +7,8 @@ inherit gnome2
20 DESCRIPTION="Make lines of the same color to win"
21 HOMEPAGE="https://wiki.gnome.org/Apps/Four-in-a-row"
22
23 -LICENSE="GPL-2+"
24 +# Code is GPL-2+ but most themes are GPL-3+ and we install them unconditionally, CC-BY-SA-3.0 is user help license in v3.22.1
25 +LICENSE="GPL-3+ CC-BY-SA-3.0"
26 SLOT="0"
27 KEYWORDS="amd64 ~arm x86"
28 IUSE=""