From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2E83D138264 for ; Sun, 22 May 2016 17:05:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A34D8234007; Sun, 22 May 2016 17:05:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 04580234005 for ; Sun, 22 May 2016 17:05:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0A897340B6A for ; Sun, 22 May 2016 17:05:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA3C797B for ; Sun, 22 May 2016 17:05:52 +0000 (UTC) From: "Göktürk Yüksek" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Göktürk Yüksek" Message-ID: <1463936640.167063bde372069b3b21c40969dc39f1a9f81c49.gokturk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/cura/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/cura/cura-2.1.0_beta.ebuild X-VCS-Directories: media-gfx/cura/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: 167063bde372069b3b21c40969dc39f1a9f81c49 X-VCS-Branch: master Date: Sun, 22 May 2016 17:05:52 +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: 4ce27659-6a4e-4af1-8f0c-ca62a41393db X-Archives-Hash: 2038cab68bd723bf141c3b54dcff74a2 commit: 167063bde372069b3b21c40969dc39f1a9f81c49 Author: Göktürk Yüksek gentoo org> AuthorDate: Sat May 21 19:01:03 2016 +0000 Commit: Göktürk Yüksek gentoo org> CommitDate: Sun May 22 17:04:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=167063bd media-gfx/cura: fix license: s/AGPL-3/APGL-3+/ >From cura/CuraApplication.py: "Cura is released under the terms of the AGPLv3 or higher." Package-Manager: portage-2.2.28 media-gfx/cura/cura-2.1.0_beta.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/cura/cura-2.1.0_beta.ebuild b/media-gfx/cura/cura-2.1.0_beta.ebuild index 0e4811d..e0cf9a7 100644 --- a/media-gfx/cura/cura-2.1.0_beta.ebuild +++ b/media-gfx/cura/cura-2.1.0_beta.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/Ultimaker/Cura" SRC_URI="https://github.com/Ultimaker/${MY_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" -LICENSE="AGPL-3" +LICENSE="AGPL-3+" SLOT="0" IUSE="+usb"