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 6ACE6139696 for ; Mon, 1 May 2017 21:49:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DFACE0BC1; Mon, 1 May 2017 21:49:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 4DF48E0BC1 for ; Mon, 1 May 2017 21:49:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 658F13416B0 for ; Mon, 1 May 2017 21:49:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 090867449 for ; Mon, 1 May 2017 21:49:08 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1493674913.9eabf0ddaa5b19dd3f941bce3643b41593445fc8.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/four-in-a-row/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/four-in-a-row/four-in-a-row-3.22.1.ebuild X-VCS-Directories: games-board/four-in-a-row/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 9eabf0ddaa5b19dd3f941bce3643b41593445fc8 X-VCS-Branch: master Date: Mon, 1 May 2017 21:49:08 +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: fbfeaae1-475f-4f45-8ddc-82aadd35ecd1 X-Archives-Hash: b3c7da007309f54c191669ee1d6dada5 commit: 9eabf0ddaa5b19dd3f941bce3643b41593445fc8 Author: Mart Raudsepp gentoo org> AuthorDate: Mon May 1 19:26:28 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Mon May 1 21:41:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eabf0dd games-board/four-in-a-row: Fix license Package-Manager: Portage-2.3.5, Repoman-2.3.2 games-board/four-in-a-row/four-in-a-row-3.22.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 index 266a113bcdc..0ed42842108 100644 --- 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 @@ -7,7 +7,8 @@ inherit gnome2 DESCRIPTION="Make lines of the same color to win" HOMEPAGE="https://wiki.gnome.org/Apps/Four-in-a-row" -LICENSE="GPL-2+" +# 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 +LICENSE="GPL-3+ CC-BY-SA-3.0" SLOT="0" KEYWORDS="amd64 ~arm x86" IUSE=""