Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/hashcat/
Date: Fri, 24 Nov 2017 06:06:36
Message-Id: 1511503571.88694c1a6a47b22bb9efb8b8bec290a30f57f8a3.mattst88@gentoo
1 commit: 88694c1a6a47b22bb9efb8b8bec290a30f57f8a3
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 24 05:53:55 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 24 06:06:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88694c1a
7
8 app-crypt/hashcat: Drop dead video_cards_fglrx
9
10 app-crypt/hashcat/hashcat-3.5.0.ebuild | 4 +---
11 1 file changed, 1 insertion(+), 3 deletions(-)
12
13 diff --git a/app-crypt/hashcat/hashcat-3.5.0.ebuild b/app-crypt/hashcat/hashcat-3.5.0.ebuild
14 index 3d4a6f2cc02..f3ffb50a9be 100644
15 --- a/app-crypt/hashcat/hashcat-3.5.0.ebuild
16 +++ b/app-crypt/hashcat/hashcat-3.5.0.ebuild
17 @@ -12,7 +12,7 @@ LICENSE="MIT"
18 SLOT="0"
19 KEYWORDS="~x86 ~amd64"
20
21 -IUSE="custom-cflags video_cards_nvidia video_cards_fglrx"
22 +IUSE="custom-cflags video_cards_nvidia"
23 DEPEND="virtual/opencl"
24 RDEPEND="${DEPEND}"
25
26 @@ -40,8 +40,6 @@ src_test() {
27 einfo "To run these tests, portage likely must be in the video group."
28 einfo "Please run \"gpasswd -a portage video\" if the tests will fail"
29 fi
30 - elif use vidia_cards_fglrx; then
31 - addwrite /dev/ati
32 fi
33 #this always exits with 255 despite success
34 #./hashcat -b -m 2500 || die "Test failed"