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 CB6A61395E2 for ; Thu, 1 Dec 2016 00:08:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15D93E0C32; Thu, 1 Dec 2016 00:08:09 +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 EC82DE0C32 for ; Thu, 1 Dec 2016 00:08:08 +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 ED6D9341301 for ; Thu, 1 Dec 2016 00:08:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0745D24AE 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: <1480550794.2259cb2e6d2b509d50ef7bd886e4776b0b605444.gokturk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/cpyrit-cuda/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/cpyrit-cuda/cpyrit-cuda-0.5.0.ebuild X-VCS-Directories: net-wireless/cpyrit-cuda/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: 2259cb2e6d2b509d50ef7bd886e4776b0b605444 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: 22c4511a-028c-4282-839b-903324c76c5f X-Archives-Hash: 1ab09d46b58bd29e8d6c602ff4514c33 commit: 2259cb2e6d2b509d50ef7bd886e4776b0b605444 Author: Göktürk Yüksek gentoo org> AuthorDate: Wed Nov 30 23:57:54 2016 +0000 Commit: Göktürk Yüksek gentoo org> CommitDate: Thu Dec 1 00:06:34 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2259cb2e net-wireless/cpyrit-cuda: fix the license #600954 Add missing licenses GPL-3+-with-cuda-exception and GPL-3+-with-cuda-openssl-exception Package-Manager: portage-2.3.0 net-wireless/cpyrit-cuda/cpyrit-cuda-0.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-wireless/cpyrit-cuda/cpyrit-cuda-0.5.0.ebuild b/net-wireless/cpyrit-cuda/cpyrit-cuda-0.5.0.ebuild index bdb81b4..61b8209 100644 --- a/net-wireless/cpyrit-cuda/cpyrit-cuda-0.5.0.ebuild +++ b/net-wireless/cpyrit-cuda/cpyrit-cuda-0.5.0.ebuild @@ -13,7 +13,7 @@ DESCRIPTION="A sub-package that adds CUDA-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-cuda-exception GPL-3+-with-cuda-openssl-exception" SLOT="0" KEYWORDS="~amd64 ~x86"