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 EF3A41395E2 for ; Thu, 1 Dec 2016 00:08:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD5A0E0C6A; Thu, 1 Dec 2016 00:08:10 +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 A5E13E0C6A for ; Thu, 1 Dec 2016 00:08: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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9DD5C341301 for ; Thu, 1 Dec 2016 00:08:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 405DA24B3 for ; Thu, 1 Dec 2016 00:08:06 +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: <1480550817.74dad16de08e400fe19cb2b51c4a0d0a460d7ee5.gokturk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/cpyrit-opencl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/cpyrit-opencl/cpyrit-opencl-0.5.0.ebuild X-VCS-Directories: net-wireless/cpyrit-opencl/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: 74dad16de08e400fe19cb2b51c4a0d0a460d7ee5 X-VCS-Branch: master Date: Thu, 1 Dec 2016 00:08:06 +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: 27c8f079-c7ae-4c58-9025-39fe2d067b4d X-Archives-Hash: d3409264d51088d5ea8988613c3cc2bc commit: 74dad16de08e400fe19cb2b51c4a0d0a460d7ee5 Author: Göktürk Yüksek gentoo org> AuthorDate: Thu Dec 1 00:05:30 2016 +0000 Commit: Göktürk Yüksek gentoo org> CommitDate: Thu Dec 1 00:06:57 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74dad16d net-wireless/cpyrit-opencl: fix the license #600956 Add missing licenses GPL-3+-with-opencl-exception and GPL-3+-with-opencl-openssl-exception Package-Manager: portage-2.3.0 net-wireless/cpyrit-opencl/cpyrit-opencl-0.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-wireless/cpyrit-opencl/cpyrit-opencl-0.5.0.ebuild b/net-wireless/cpyrit-opencl/cpyrit-opencl-0.5.0.ebuild index 6266b35..7874fbf 100644 --- a/net-wireless/cpyrit-opencl/cpyrit-opencl-0.5.0.ebuild +++ b/net-wireless/cpyrit-opencl/cpyrit-opencl-0.5.0.ebuild @@ -13,7 +13,7 @@ DESCRIPTION="A sub-package that adds OpenCL-capability to Pyrit" HOMEPAGE="https://github.com/JPaulMora/Pyrit" SRC_URI="https://github.com/JPaulMora/Pyrit/archive/v${PV}.tar.gz -> pyrit-${PV}.tar.gz" -LICENSE="GPL-3+" +LICENSE="GPL-3+ GPL-3+-with-opencl-exception GPL-3+-with-opencl-openssl-exception" SLOT="0" KEYWORDS="~amd64 ~x86"