summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2006-06-06 01:31:21 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2006-06-06 01:31:21 +0000
commit3910ba1e1b983e3144c187c2412a7949d08ba34d (patch)
tree96b92536027c479b71623a07cb9e36c3b405a7a7 /sys-devel
parentUpdated DEPEND to accept eselect-compiler. (diff)
downloadgentoo-2-3910ba1e1b983e3144c187c2412a7949d08ba34d.tar.gz
gentoo-2-3910ba1e1b983e3144c187c2412a7949d08ba34d.tar.bz2
gentoo-2-3910ba1e1b983e3144c187c2412a7949d08ba34d.zip
Updated DEPEND to accept eselect-compiler.
(Portage version: 2.1_rc4-r1)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/distcc/ChangeLog8
-rw-r--r--sys-devel/distcc/distcc-2.16-r2.ebuild6
-rw-r--r--sys-devel/distcc/distcc-2.16-r3.ebuild6
-rw-r--r--sys-devel/distcc/distcc-2.18.3-r10.ebuild4
-rw-r--r--sys-devel/distcc/distcc-2.18.3-r6.ebuild6
-rw-r--r--sys-devel/distcc/distcc-2.18.3-r7.ebuild4
-rw-r--r--sys-devel/distcc/distcc-2.18.3-r8.ebuild6
7 files changed, 23 insertions, 17 deletions
diff --git a/sys-devel/distcc/ChangeLog b/sys-devel/distcc/ChangeLog
index 3ecd417d427f..7105c4d08108 100644
--- a/sys-devel/distcc/ChangeLog
+++ b/sys-devel/distcc/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-devel/distcc
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.156 2006/05/02 22:43:22 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.157 2006/06/06 01:31:21 eradicator Exp $
+
+ 06 Jun 2006; Jeremy Huddleston <eradicator@gentoo.org>
+ distcc-2.16-r2.ebuild, distcc-2.16-r3.ebuild, distcc-2.18.3-r6.ebuild,
+ distcc-2.18.3-r7.ebuild, distcc-2.18.3-r8.ebuild,
+ distcc-2.18.3-r10.ebuild:
+ Updated DEPEND to accept eselect-compiler.
02 May 2006; Diego Pettenò <flameeyes@gentoo.org>
distcc-2.18.3-r10.ebuild:
diff --git a/sys-devel/distcc/distcc-2.16-r2.ebuild b/sys-devel/distcc/distcc-2.16-r2.ebuild
index 04d81c1e2dd2..e103f7b18d95 100644
--- a/sys-devel/distcc/distcc-2.16-r2.ebuild
+++ b/sys-devel/distcc/distcc-2.16-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# 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.16-r2.ebuild,v 1.7 2005/05/18 10:44:10 lisa Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.16-r2.ebuild,v 1.8 2006/06/06 01:31:21 eradicator 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 ~hppa ~ia64 ~amd64 ppc64 ~s390 ~arm"
IUSE="gnome gtk selinux ipv6"
DEPEND=">=sys-apps/portage-2.0.49-r6
- >=sys-devel/gcc-config-1.3.1
+ || ( app-admin/eselect-compiler >=sys-devel/gcc-config-1.3.1 )
sys-apps/shadow
dev-util/pkgconfig"
RDEPEND="
diff --git a/sys-devel/distcc/distcc-2.16-r3.ebuild b/sys-devel/distcc/distcc-2.16-r3.ebuild
index 3f6c902feac6..385b5026a87b 100644
--- a/sys-devel/distcc/distcc-2.16-r3.ebuild
+++ b/sys-devel/distcc/distcc-2.16-r3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# 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.16-r3.ebuild,v 1.3 2005/09/05 15:41:09 lisa Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.16-r3.ebuild,v 1.4 2006/06/06 01:31:21 eradicator 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 ~hppa ~ia64 ~amd64 ppc64 ~s390 ~arm"
IUSE="gnome gtk selinux ipv6"
DEPEND=">=sys-apps/portage-2.0.49-r6
- >=sys-devel/gcc-config-1.3.1
+ || ( app-admin/eselect-compiler >=sys-devel/gcc-config-1.3.1 )
sys-apps/shadow
dev-util/pkgconfig"
RDEPEND="
diff --git a/sys-devel/distcc/distcc-2.18.3-r10.ebuild b/sys-devel/distcc/distcc-2.18.3-r10.ebuild
index fdab2e3aa76f..e66604b2fdb3 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.2 2006/05/02 22:43:23 flameeyes Exp $
+# $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 $
# 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
- >=sys-devel/gcc-config-1.3.1
+ || ( app-admin/eselect-compiler >=sys-devel/gcc-config-1.3.1 )
userland_GNU? ( sys-apps/shadow )
gnome? ( dev-util/pkgconfig )
gtk? ( dev-util/pkgconfig )"
diff --git a/sys-devel/distcc/distcc-2.18.3-r6.ebuild b/sys-devel/distcc/distcc-2.18.3-r6.ebuild
index 77d6a690e866..628244109fe1 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-2005 Gentoo Foundation
+# 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.1 2005/05/18 10:44:10 lisa Exp $
+# $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 $
# 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
- >=sys-devel/gcc-config-1.3.1
+ || ( app-admin/eselect-compiler >=sys-devel/gcc-config-1.3.1 )
sys-apps/shadow
gnome? (
dev-util/pkgconfig
diff --git a/sys-devel/distcc/distcc-2.18.3-r7.ebuild b/sys-devel/distcc/distcc-2.18.3-r7.ebuild
index cf1f81164eca..07c70a7dbf79 100644
--- a/sys-devel/distcc/distcc-2.18.3-r7.ebuild
+++ b/sys-devel/distcc/distcc-2.18.3-r7.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-r7.ebuild,v 1.10 2006/02/19 22:51:50 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r7.ebuild,v 1.11 2006/06/06 01:31:21 eradicator 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"
IUSE="gnome gtk selinux ipv6"
DEPEND=">=sys-apps/portage-2.0.49-r6
- >=sys-devel/gcc-config-1.3.1
+ || ( app-admin/eselect-compiler >=sys-devel/gcc-config-1.3.1 )
sys-apps/shadow
gnome? ( dev-util/pkgconfig )
gtk? ( dev-util/pkgconfig )"
diff --git a/sys-devel/distcc/distcc-2.18.3-r8.ebuild b/sys-devel/distcc/distcc-2.18.3-r8.ebuild
index 164b1ad050ee..8c9d4afddd8f 100644
--- a/sys-devel/distcc/distcc-2.18.3-r8.ebuild
+++ b/sys-devel/distcc/distcc-2.18.3-r8.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# 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-r8.ebuild,v 1.4 2005/09/05 15:41:09 lisa Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r8.ebuild,v 1.5 2006/06/06 01:31:21 eradicator 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="~alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="crosscompile gnome gtk ipv6 selinux"
DEPEND=">=sys-apps/portage-2.0.49-r6
- >=sys-devel/gcc-config-1.3.1
+ || ( app-admin/eselect-compiler >=sys-devel/gcc-config-1.3.1 )
sys-apps/shadow
gnome? (
dev-util/pkgconfig