| 1 | # Copyright 1999-2007 Gentoo Foundation |
1 | # Copyright 1999-2007 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/x11-base/xorg-server/Attic/xorg-server-1.4.ebuild,v 1.2 2007/09/09 19:58:07 dberkholz Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-server/Attic/xorg-server-1.4.ebuild,v 1.3 2007/09/10 01:52:46 dberkholz Exp $ |
| 4 | |
4 | |
| 5 | # Must be before x-modular eclass is inherited |
5 | # Must be before x-modular eclass is inherited |
| 6 | #SNAPSHOT="yes" |
6 | #SNAPSHOT="yes" |
| 7 | |
7 | |
| 8 | inherit x-modular multilib |
8 | inherit x-modular multilib |
| … | |
… | |
| 352 | fi |
352 | fi |
| 353 | |
353 | |
| 354 | # Make sure eautoreconf gets run if we need the autoconf/make |
354 | # Make sure eautoreconf gets run if we need the autoconf/make |
| 355 | # changes. |
355 | # changes. |
| 356 | if [[ ${SNAPSHOT} != "yes" ]]; then |
356 | if [[ ${SNAPSHOT} != "yes" ]]; then |
| 357 | if use kdrive || use dmx; then |
357 | if use kdrive || use dmx || use xprint; then |
| 358 | eautoreconf |
358 | eautoreconf |
| 359 | fi |
359 | fi |
| 360 | fi |
360 | fi |
| 361 | x-modular_reconf_source |
361 | x-modular_reconf_source |
| 362 | } |
362 | } |