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 0C6F7139083 for ; Fri, 24 Nov 2017 06:06:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43B93E0DAC; Fri, 24 Nov 2017 06:06:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2120FE0DAC for ; Fri, 24 Nov 2017 06:06:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 49A4833BF43 for ; Fri, 24 Nov 2017 06:06:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE521A5A0 for ; Fri, 24 Nov 2017 06:06:32 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1511503571.88694c1a6a47b22bb9efb8b8bec290a30f57f8a3.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/hashcat/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/hashcat/hashcat-3.5.0.ebuild X-VCS-Directories: app-crypt/hashcat/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 88694c1a6a47b22bb9efb8b8bec290a30f57f8a3 X-VCS-Branch: master Date: Fri, 24 Nov 2017 06:06:32 +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: d1c13ea8-adcd-4941-93f8-58c28ff64b2c X-Archives-Hash: 1d0a534133efdc7c9ad44251d22766c4 commit: 88694c1a6a47b22bb9efb8b8bec290a30f57f8a3 Author: Matt Turner gentoo org> AuthorDate: Fri Nov 24 05:53:55 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Nov 24 06:06:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88694c1a app-crypt/hashcat: Drop dead video_cards_fglrx app-crypt/hashcat/hashcat-3.5.0.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app-crypt/hashcat/hashcat-3.5.0.ebuild b/app-crypt/hashcat/hashcat-3.5.0.ebuild index 3d4a6f2cc02..f3ffb50a9be 100644 --- a/app-crypt/hashcat/hashcat-3.5.0.ebuild +++ b/app-crypt/hashcat/hashcat-3.5.0.ebuild @@ -12,7 +12,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~x86 ~amd64" -IUSE="custom-cflags video_cards_nvidia video_cards_fglrx" +IUSE="custom-cflags video_cards_nvidia" DEPEND="virtual/opencl" RDEPEND="${DEPEND}" @@ -40,8 +40,6 @@ src_test() { einfo "To run these tests, portage likely must be in the video group." einfo "Please run \"gpasswd -a portage video\" if the tests will fail" fi - elif use vidia_cards_fglrx; then - addwrite /dev/ati fi #this always exits with 255 despite success #./hashcat -b -m 2500 || die "Test failed"