| 1 | # Copyright 1999-2011 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-office/libreoffice-bin/Attic/libreoffice-bin-3.4.3.2-r1.ebuild,v 1.8 2011/11/30 10:17:57 scarabeus Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/Attic/libreoffice-bin-3.4.3.2-r1.ebuild,v 1.9 2012/01/26 03:23:37 floppym Exp $ |
| 4 | |
4 | |
| 5 | EAPI=4 |
5 | EAPI=4 |
| 6 | |
6 | |
| 7 | KDE_REQUIRED="optional" |
7 | KDE_REQUIRED="optional" |
| 8 | CMAKE_REQUIRED="never" |
8 | CMAKE_REQUIRED="never" |
| … | |
… | |
| 120 | |
120 | |
| 121 | RESTRICT="test strip" |
121 | RESTRICT="test strip" |
| 122 | |
122 | |
| 123 | S="${WORKDIR}" |
123 | S="${WORKDIR}" |
| 124 | |
124 | |
|
|
125 | PYTHON_UPDATER_IGNORE="1" |
|
|
126 | |
| 125 | pkg_pretend() { |
127 | pkg_pretend() { |
| 126 | [[ $(gcc-major-version) -lt 4 ]] || \ |
128 | [[ $(gcc-major-version) -lt 4 ]] || \ |
| 127 | ( [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -le 4 ]] ) \ |
129 | ( [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -le 4 ]] ) \ |
| 128 | && die "Sorry, but gcc-4.4 and earlier won't work for libreoffice-bin package (see bug #387515)." |
130 | && die "Sorry, but gcc-4.4 and earlier won't work for libreoffice-bin package (see bug #387515)." |
| 129 | } |
131 | } |