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 ED01D138262 for ; Sun, 22 May 2016 17:05:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BDEC234003; 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 D9B8E234003 for ; Sun, 22 May 2016 17:05:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 914DD340B4D for ; Sun, 22 May 2016 17:05:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB9D297E 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: <1463936659.a916c13d63d8a3df15cc004fc61c8fa5eef616af.gokturk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libarcus/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libarcus/libarcus-1.0.0_pre20160307.ebuild X-VCS-Directories: dev-libs/libarcus/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: a916c13d63d8a3df15cc004fc61c8fa5eef616af 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: 9e19c142-2d16-4ac2-8a5b-93997e562bc6 X-Archives-Hash: acc487e2a42596b39a483659df165b76 commit: a916c13d63d8a3df15cc004fc61c8fa5eef616af Author: Göktürk Yüksek gentoo org> AuthorDate: Sat May 21 18:42:18 2016 +0000 Commit: Göktürk Yüksek gentoo org> CommitDate: Sun May 22 17:04:19 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a916c13d dev-libs/libarcus: fix license: s/AGPL-3/APGL-3+/ >From src/Socket.h: "[...] either version 3 of the License, or (at your option) any later version." Package-Manager: portage-2.2.28 dev-libs/libarcus/libarcus-1.0.0_pre20160307.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libarcus/libarcus-1.0.0_pre20160307.ebuild b/dev-libs/libarcus/libarcus-1.0.0_pre20160307.ebuild index 6f1f571..c917ba9 100644 --- a/dev-libs/libarcus/libarcus-1.0.0_pre20160307.ebuild +++ b/dev-libs/libarcus/libarcus-1.0.0_pre20160307.ebuild @@ -14,7 +14,7 @@ DESCRIPTION="This library facilitates communication between Cura and its backend HOMEPAGE="https://github.com/Ultimaker/libArcus" SRC_URI="https://github.com/Ultimaker/${MY_PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" -LICENSE="AGPL-3" +LICENSE="AGPL-3+" SLOT="0/2" IUSE="examples python static-libs" KEYWORDS="~amd64 ~x86"