diff options
author | Christian Heim <phreak@gentoo.org> | 2006-08-14 16:53:22 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2006-08-14 16:53:22 +0000 |
commit | 97ac2b11936deb3ba14a95a26f2d9a491e15e900 (patch) | |
tree | c084c85eda38687f450b706fac0f97aa40522252 /sys-devel/distcc/distcc-2.18.3-r6.ebuild | |
parent | Switch default ordering of gcc-config and eselect-compiler to work around por... (diff) | |
download | historical-97ac2b11936deb3ba14a95a26f2d9a491e15e900.tar.gz historical-97ac2b11936deb3ba14a95a26f2d9a491e15e900.tar.bz2 historical-97ac2b11936deb3ba14a95a26f2d9a491e15e900.zip |
Switch default ordering of gcc-config and eselect-compiler to work around portage bug.
Package-Manager: portage-2.1.1_pre5-r1
Diffstat (limited to 'sys-devel/distcc/distcc-2.18.3-r6.ebuild')
-rw-r--r-- | sys-devel/distcc/distcc-2.18.3-r6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/distcc/distcc-2.18.3-r6.ebuild b/sys-devel/distcc/distcc-2.18.3-r6.ebuild index 628244109fe1..93312827439b 100644 --- a/sys-devel/distcc/distcc-2.18.3-r6.ebuild +++ b/sys-devel/distcc/distcc-2.18.3-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r6.ebuild,v 1.2 2006/06/06 01:31:21 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r6.ebuild,v 1.3 2006/08/14 16:53:22 phreak Exp $ # If you change this in any way please email lisa@gentoo.org and make an # entry in the ChangeLog (this means you spanky :P). (2004-04-11) Lisa Seelye @@ -20,7 +20,7 @@ KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ia64 amd64 ~s390" IUSE="gnome gtk selinux ipv6" DEPEND=">=sys-apps/portage-2.0.49-r6 - || ( app-admin/eselect-compiler >=sys-devel/gcc-config-1.3.1 ) + || ( >=sys-devel/gcc-config-1.3.1 app-admin/eselect-compiler ) sys-apps/shadow gnome? ( dev-util/pkgconfig |