| 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/app-emulation/wine/Attic/wine-1.2.ebuild,v 1.18 2012/02/28 01:31:09 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/Attic/wine-1.2.ebuild,v 1.19 2012/05/03 18:49:05 jdhore Exp $ |
| 4 | |
4 | |
| 5 | EAPI="4" |
5 | EAPI="4" |
| 6 | |
6 | |
| 7 | AUTOTOOLS_AUTO_DEPEND="no" |
7 | AUTOTOOLS_AUTO_DEPEND="no" |
| 8 | inherit eutils flag-o-matic multilib autotools |
8 | inherit eutils flag-o-matic multilib autotools |
| … | |
… | |
| 90 | x11-proto/xextproto |
90 | x11-proto/xextproto |
| 91 | x11-proto/xf86vidmodeproto |
91 | x11-proto/xf86vidmodeproto |
| 92 | ) |
92 | ) |
| 93 | xinerama? ( x11-proto/xineramaproto ) |
93 | xinerama? ( x11-proto/xineramaproto ) |
| 94 | !hardened? ( sys-devel/prelink ) |
94 | !hardened? ( sys-devel/prelink ) |
| 95 | dev-util/pkgconfig |
95 | virtual/pkgconfig |
| 96 | virtual/yacc |
96 | virtual/yacc |
| 97 | sys-devel/flex" |
97 | sys-devel/flex" |
| 98 | |
98 | |
| 99 | src_unpack() { |
99 | src_unpack() { |
| 100 | if [[ $(( $(gcc-major-version) * 100 + $(gcc-minor-version) )) -lt 404 ]] ; then |
100 | if [[ $(( $(gcc-major-version) * 100 + $(gcc-minor-version) )) -lt 404 ]] ; then |