| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/net-misc/cgminer/cgminer-2.3.4.ebuild,v 1.4 2012/05/22 16:10:53 ssuominen Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-misc/cgminer/cgminer-2.3.4.ebuild,v 1.5 2012/06/16 08:54:41 blueness Exp $ |
| 4 | |
4 | |
| 5 | EAPI="4" |
5 | EAPI="4" |
| 6 | |
6 | |
| 7 | inherit versionator |
7 | inherit versionator |
| 8 | |
8 | |
| … | |
… | |
| 20 | IUSE="+adl altivec bitforce +cpumining examples hardened icarus ncurses +opencl padlock sse2 sse2_4way sse4 +udev ztex" |
20 | IUSE="+adl altivec bitforce +cpumining examples hardened icarus ncurses +opencl padlock sse2 sse2_4way sse4 +udev ztex" |
| 21 | REQUIRED_USE=" |
21 | REQUIRED_USE=" |
| 22 | || ( bitforce cpumining icarus opencl ztex ) |
22 | || ( bitforce cpumining icarus opencl ztex ) |
| 23 | adl? ( opencl ) |
23 | adl? ( opencl ) |
| 24 | altivec? ( cpumining ppc ppc64 ) |
24 | altivec? ( cpumining ppc ppc64 ) |
|
|
25 | opencl? ( ncurses ) |
| 25 | padlock? ( cpumining || ( amd64 x86 ) ) |
26 | padlock? ( cpumining || ( amd64 x86 ) ) |
| 26 | sse2? ( cpumining || ( amd64 x86 ) ) |
27 | sse2? ( cpumining || ( amd64 x86 ) ) |
| 27 | sse4? ( cpumining amd64 ) |
28 | sse4? ( cpumining amd64 ) |
| 28 | " |
29 | " |
| 29 | |
30 | |