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 E474D1395E2 for ; Sun, 27 Nov 2016 06:01:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D07C21C039; Sun, 27 Nov 2016 06:01:48 +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 A9AC421C038 for ; Sun, 27 Nov 2016 06:01:42 +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 41BF73412CB for ; Sun, 27 Nov 2016 06:01:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6420224AB for ; Sun, 27 Nov 2016 06:01:33 +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: <1480226331.a94149f377d48c241f229d330a279dc975d137a7.gokturk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/pyrit/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/pyrit/pyrit-0.4.0-r1.ebuild X-VCS-Directories: net-wireless/pyrit/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: a94149f377d48c241f229d330a279dc975d137a7 X-VCS-Branch: master Date: Sun, 27 Nov 2016 06:01:33 +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: 4031f237-c6ed-4d6a-80cb-de25ac1b2f84 X-Archives-Hash: 377f1e244b1f0ceae65c802aecedb4e9 commit: a94149f377d48c241f229d330a279dc975d137a7 Author: Göktürk Yüksek gentoo org> AuthorDate: Sun Nov 27 02:49:58 2016 +0000 Commit: Göktürk Yüksek gentoo org> CommitDate: Sun Nov 27 05:58:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a94149f3 net-wireless/pyrit: fix the license Package-Manager: portage-2.3.0 net-wireless/pyrit/pyrit-0.4.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-wireless/pyrit/pyrit-0.4.0-r1.ebuild b/net-wireless/pyrit/pyrit-0.4.0-r1.ebuild index c3dd45b..3792e35 100644 --- a/net-wireless/pyrit/pyrit-0.4.0-r1.ebuild +++ b/net-wireless/pyrit/pyrit-0.4.0-r1.ebuild @@ -13,7 +13,7 @@ DESCRIPTION="GPU-accelerated attack against WPA-PSK authentication" HOMEPAGE="https://github.com/JPaulMora/Pyrit" SRC_URI="https://github.com/JPaulMora/${PN^}/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="cuda opencl test"