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 943E7139697 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 8FAE3E0C44; 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 6FD8AE0C44 for ; Mon, 1 May 2017 21:49:10 +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 AB7813416CD 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 1CB52744A 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: <1493674916.530b37242a772aad9c1d5787947d92d81b8dd865.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-hearts/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/gnome-hearts/gnome-hearts-0.3.1-r1.ebuild games-board/gnome-hearts/gnome-hearts-0.3.1-r2.ebuild X-VCS-Directories: games-board/gnome-hearts/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 530b37242a772aad9c1d5787947d92d81b8dd865 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: 22db6f90-9185-46b7-95c7-7f956c489120 X-Archives-Hash: 6e649317de0c8ed7414847cea371aa64 commit: 530b37242a772aad9c1d5787947d92d81b8dd865 Author: Mart Raudsepp gentoo org> AuthorDate: Mon May 1 19:30:44 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Mon May 1 21:41:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=530b3724 games-board/gnome-hearts: Fix license Package-Manager: Portage-2.3.5, Repoman-2.3.2 games-board/gnome-hearts/gnome-hearts-0.3.1-r1.ebuild | 4 ++-- games-board/gnome-hearts/gnome-hearts-0.3.1-r2.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/games-board/gnome-hearts/gnome-hearts-0.3.1-r1.ebuild b/games-board/gnome-hearts/gnome-hearts-0.3.1-r1.ebuild index d0af1f709dc..cb4455fac34 100644 --- a/games-board/gnome-hearts/gnome-hearts-0.3.1-r1.ebuild +++ b/games-board/gnome-hearts/gnome-hearts-0.3.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ DESCRIPTION="A clone of classic hearts card game" HOMEPAGE="http://www.gnome-hearts.org" SRC_URI="http://www.jejik.com/files/${PN}/${P}.tar.gz" -LICENSE="GPL-2 FDL-1.2" +LICENSE="GPL-2+ FDL-1.2" SLOT="0" KEYWORDS="amd64 x86" IUSE="nls" diff --git a/games-board/gnome-hearts/gnome-hearts-0.3.1-r2.ebuild b/games-board/gnome-hearts/gnome-hearts-0.3.1-r2.ebuild index 05937195838..c325614f353 100644 --- a/games-board/gnome-hearts/gnome-hearts-0.3.1-r2.ebuild +++ b/games-board/gnome-hearts/gnome-hearts-0.3.1-r2.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="A clone of classic hearts card game" HOMEPAGE="http://www.gnome-hearts.org" SRC_URI="http://www.jejik.com/files/${PN}/${P}.tar.gz" -LICENSE="GPL-2 FDL-1.2" +LICENSE="GPL-2+ FDL-1.2" SLOT="0" KEYWORDS="~amd64 ~x86"