Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 803395 | Differences between
and this patch

Collapse All | Expand All

(-)a/ashcat-6.2.1-r1.ebuild (-4 / +4 lines)
Lines 17-23 Link Here
17
	SRC_URI="https://github.com/hashcat/hashcat/archive/v${PV}.tar.gz -> ${P}.tar.gz"
17
	SRC_URI="https://github.com/hashcat/hashcat/archive/v${PV}.tar.gz -> ${P}.tar.gz"
18
fi
18
fi
19
19
20
IUSE="brain video_cards_nvidia"
20
IUSE="brain video_cards_nvidia +system-zlib"
21
DEPEND="
21
DEPEND="
22
	app-arch/lzma
22
	app-arch/lzma
23
	app-arch/unrar
23
	app-arch/unrar
Lines 68-74 Link Here
68
		USE_SYSTEM_LZMA=0 \
68
		USE_SYSTEM_LZMA=0 \
69
		USE_SYSTEM_OPENCL=1 \
69
		USE_SYSTEM_OPENCL=1 \
70
		USE_SYSTEM_UNRAR=0 \
70
		USE_SYSTEM_UNRAR=0 \
71
		USE_SYSTEM_ZLIB=1 \
71
		USE_SYSTEM_ZLIB=$(usex system-zlib 1 0) \
72
		USE_SYSTEM_XXHASH=1 \
72
		USE_SYSTEM_XXHASH=1 \
73
		VERSION_PURE="${PV}"
73
		VERSION_PURE="${PV}"
74
74
Lines 84-90 Link Here
84
			einfo "To run these tests, portage likely must be in the video group."
84
			einfo "To run these tests, portage likely must be in the video group."
85
			einfo "Please run \"gpasswd -a portage video\" if the tests will fail"
85
			einfo "Please run \"gpasswd -a portage video\" if the tests will fail"
86
		fi
86
		fi
87
	#elif use vidia_cards_fglrx; then
87
	#elif use video_cards_fglrx; then
88
	#	addwrite /dev/ati
88
	#	addwrite /dev/ati
89
	fi
89
	fi
90
	#this always exits with 255 despite success
90
	#this always exits with 255 despite success
Lines 101-107 Link Here
101
		USE_SYSTEM_LZMA=0 \
101
		USE_SYSTEM_LZMA=0 \
102
		USE_SYSTEM_OPENCL=1 \
102
		USE_SYSTEM_OPENCL=1 \
103
		USE_SYSTEM_UNRAR=1 \
103
		USE_SYSTEM_UNRAR=1 \
104
		USE_SYSTEM_ZLIB=1 \
104
		USE_SYSTEM_ZLIB=$(usex system-zlib 1 0) \
105
		USE_SYSTEM_XXHASH=1 \
105
		USE_SYSTEM_XXHASH=1 \
106
		VERSION_PURE="${PV}" \
106
		VERSION_PURE="${PV}" \
107
		install
107
		install

Return to bug 803395