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 DA1C8138334 for ; Mon, 22 Apr 2019 19:43:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2847E0828; Mon, 22 Apr 2019 19:43:41 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B7A48E0828 for ; Mon, 22 Apr 2019 19:43:41 +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 6302D3420B9 for ; Mon, 22 Apr 2019 19:43:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC3755BE for ; Mon, 22 Apr 2019 19:43:38 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1555962215.f50fa75ce90bffbc27a7dd09ed8153c3d0cf203e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/cdw/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-cdr/cdw/cdw-0.8.1.ebuild X-VCS-Directories: app-cdr/cdw/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f50fa75ce90bffbc27a7dd09ed8153c3d0cf203e X-VCS-Branch: master Date: Mon, 22 Apr 2019 19:43:38 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a6602294-24b7-41fa-afe7-59de3e0a4cb0 X-Archives-Hash: 4900890485732ce554b151a6b632a747 commit: f50fa75ce90bffbc27a7dd09ed8153c3d0cf203e Author: Zamarin Arthur gmail com> AuthorDate: Mon Apr 22 15:39:40 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Apr 22 19:43:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f50fa75c app-cdr/cdw: fix license to GPL-2+ Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Zamarin Arthur gmail.com> Signed-off-by: Michał Górny gentoo.org> app-cdr/cdw/cdw-0.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-cdr/cdw/cdw-0.8.1.ebuild b/app-cdr/cdw/cdw-0.8.1.ebuild index 01faff8d231..3b50e3848a7 100644 --- a/app-cdr/cdw/cdw-0.8.1.ebuild +++ b/app-cdr/cdw/cdw-0.8.1.ebuild @@ -8,7 +8,7 @@ DESCRIPTION="An ncurses based console frontend for cdrtools and dvd+rw-tools" HOMEPAGE="http://cdw.sourceforge.net" SRC_URI="mirror://sourceforge/cdw/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ~ppc x86"