diff options
author | 2008-08-17 03:24:18 +0000 | |
---|---|---|
committer | 2008-08-17 03:24:18 +0000 | |
commit | 7540b37c56f2fbc61481737b99296cfc0c55f5a2 (patch) | |
tree | 83bdf05051c9503e38243de16597c8a368b4700f /sys-devel/distcc/distcc-2.18.3-r10.ebuild | |
parent | Version bump, thanks to jschmitz and hodak for the kick in the pants :) (diff) | |
download | gentoo-2-7540b37c56f2fbc61481737b99296cfc0c55f5a2.tar.gz gentoo-2-7540b37c56f2fbc61481737b99296cfc0c55f5a2.tar.bz2 gentoo-2-7540b37c56f2fbc61481737b99296cfc0c55f5a2.zip |
remove reference to app-admin/eselect-compiler which is long gone
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-devel/distcc/distcc-2.18.3-r10.ebuild')
-rw-r--r-- | sys-devel/distcc/distcc-2.18.3-r10.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/distcc/distcc-2.18.3-r10.ebuild b/sys-devel/distcc/distcc-2.18.3-r10.ebuild index a9fb3fda7d85..8c7eebcc9ad1 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-2007 Gentoo Foundation +# Copyright 1999-2008 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.8 2007/04/28 17:56:39 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r10.ebuild,v 1.9 2008/08/17 03:24:18 mr_bones_ 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 @@ -18,7 +18,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="gnome gtk selinux ipv6" -DEPEND="|| ( >=sys-devel/gcc-config-1.3.1 app-admin/eselect-compiler ) +DEPEND=">=sys-devel/gcc-config-1.3.1 userland_GNU? ( sys-apps/shadow ) gnome? ( dev-util/pkgconfig ) gtk? ( dev-util/pkgconfig )" |