summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2006-08-14 16:53:22 +0000
committerChristian Heim <phreak@gentoo.org>2006-08-14 16:53:22 +0000
commit23380965da9851a333bbaa89b67fe6cf42a3d974 (patch)
treecb50d6df6d17dfc2a87977e38e660b5c071e261a /sys-devel/distcc/distcc-2.18.3-r10.ebuild
parentSwitch default ordering of gcc-config and eselect-compiler to work around por... (diff)
downloadgentoo-2-23380965da9851a333bbaa89b67fe6cf42a3d974.tar.gz
gentoo-2-23380965da9851a333bbaa89b67fe6cf42a3d974.tar.bz2
gentoo-2-23380965da9851a333bbaa89b67fe6cf42a3d974.zip
Switch default ordering of gcc-config and eselect-compiler to work around portage bug.
(Portage version: 2.1.1_pre5-r1)
Diffstat (limited to 'sys-devel/distcc/distcc-2.18.3-r10.ebuild')
-rw-r--r--sys-devel/distcc/distcc-2.18.3-r10.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/distcc/distcc-2.18.3-r10.ebuild b/sys-devel/distcc/distcc-2.18.3-r10.ebuild
index e66604b2fdb3..328323e2b77a 100644
--- a/sys-devel/distcc/distcc-2.18.3-r10.ebuild
+++ b/sys-devel/distcc/distcc-2.18.3-r10.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-r10.ebuild,v 1.3 2006/06/06 01:31:21 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r10.ebuild,v 1.4 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
@@ -19,7 +19,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
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 )
userland_GNU? ( sys-apps/shadow )
gnome? ( dev-util/pkgconfig )
gtk? ( dev-util/pkgconfig )"