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 6AC1F139694 for ; Mon, 1 May 2017 21:49:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C552BE0CC1; Mon, 1 May 2017 21:49:16 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A3918E0CC1 for ; Mon, 1 May 2017 21:49:16 +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 DC23B34167D for ; Mon, 1 May 2017 21:49:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43E3B744C 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: <1493674922.0a584b4cfc52ca2ae126eaed1f0a7ae8b3e32f79.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-mines/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/gnome-mines/gnome-mines-3.20.1.ebuild games-board/gnome-mines/gnome-mines-3.22.2.ebuild X-VCS-Directories: games-board/gnome-mines/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 0a584b4cfc52ca2ae126eaed1f0a7ae8b3e32f79 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: d2a900d9-1aba-486a-a106-c7f86cd849fd X-Archives-Hash: 7e27b25c6895f85741ba8feabb0a94c5 commit: 0a584b4cfc52ca2ae126eaed1f0a7ae8b3e32f79 Author: Mart Raudsepp gentoo org> AuthorDate: Mon May 1 19:44:37 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Mon May 1 21:42:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a584b4c games-board/gnome-mines: Fix license Package-Manager: Portage-2.3.5, Repoman-2.3.2 games-board/gnome-mines/gnome-mines-3.20.1.ebuild | 4 ++-- games-board/gnome-mines/gnome-mines-3.22.2.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/games-board/gnome-mines/gnome-mines-3.20.1.ebuild b/games-board/gnome-mines/gnome-mines-3.20.1.ebuild index 10f6cb0b863..79745f43c60 100644 --- a/games-board/gnome-mines/gnome-mines-3.20.1.ebuild +++ b/games-board/gnome-mines/gnome-mines-3.20.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ inherit gnome2 vala DESCRIPTION="Clear hidden mines from a minefield" HOMEPAGE="https://wiki.gnome.org/Apps/Mines" -LICENSE="GPL-2+" +LICENSE="GPL-2+ CC-BY-SA-3.0" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="" diff --git a/games-board/gnome-mines/gnome-mines-3.22.2.ebuild b/games-board/gnome-mines/gnome-mines-3.22.2.ebuild index 7ae28b4ed1c..b492fb7efc8 100644 --- a/games-board/gnome-mines/gnome-mines-3.22.2.ebuild +++ b/games-board/gnome-mines/gnome-mines-3.22.2.ebuild @@ -7,7 +7,7 @@ inherit gnome2 vala DESCRIPTION="Clear hidden mines from a minefield" HOMEPAGE="https://wiki.gnome.org/Apps/Mines" -LICENSE="GPL-3+" +LICENSE="GPL-3+ CC-BY-SA-3.0" SLOT="0" KEYWORDS="amd64 x86" IUSE=""