summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2010-03-31 18:03:50 +0000
committerNed Ludd <solar@gentoo.org>2010-03-31 18:03:50 +0000
commitcbd029e2f5d8bf1df8d1068146791226a64a6dce (patch)
tree706df1713637e4317ffd5e33f2a232f14d0aeaed /net-misc/dhcpcd
parent- elibc_glibc has to be defined in IUSE= for profiles that are unable to use.... (diff)
downloadgentoo-2-cbd029e2f5d8bf1df8d1068146791226a64a6dce.tar.gz
gentoo-2-cbd029e2f5d8bf1df8d1068146791226a64a6dce.tar.bz2
gentoo-2-cbd029e2f5d8bf1df8d1068146791226a64a6dce.zip
- elibc_glibc has to be defined in IUSE= for profiles that are unable to use.force that flag bug #312085
(Portage version: 2.1.8.2/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/dhcpcd')
-rw-r--r--net-misc/dhcpcd/ChangeLog10
-rw-r--r--net-misc/dhcpcd/dhcpcd-4.0.15.ebuild6
-rw-r--r--net-misc/dhcpcd/dhcpcd-5.0.4.ebuild6
-rw-r--r--net-misc/dhcpcd/dhcpcd-5.0.5.ebuild6
-rw-r--r--net-misc/dhcpcd/dhcpcd-5.0.6.ebuild6
-rw-r--r--net-misc/dhcpcd/dhcpcd-5.1.0.ebuild6
-rw-r--r--net-misc/dhcpcd/dhcpcd-5.1.1.ebuild6
-rw-r--r--net-misc/dhcpcd/dhcpcd-5.1.2.ebuild6
-rw-r--r--net-misc/dhcpcd/dhcpcd-5.1.3-r1.ebuild6
-rw-r--r--net-misc/dhcpcd/dhcpcd-5.1.3.ebuild6
-rw-r--r--net-misc/dhcpcd/dhcpcd-5.1.4.ebuild6
-rw-r--r--net-misc/dhcpcd/dhcpcd-5.1.5.ebuild4
-rw-r--r--net-misc/dhcpcd/dhcpcd-5.2.1.ebuild4
13 files changed, 43 insertions, 35 deletions
diff --git a/net-misc/dhcpcd/ChangeLog b/net-misc/dhcpcd/ChangeLog
index c7eb8d140383..e0f5e68638e4 100644
--- a/net-misc/dhcpcd/ChangeLog
+++ b/net-misc/dhcpcd/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for net-misc/dhcpcd
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.277 2010/03/02 18:14:07 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.278 2010/03/31 18:03:50 solar Exp $
+
+ 31 Mar 2010; <solar@gentoo.org> dhcpcd-4.0.15.ebuild, dhcpcd-5.0.4.ebuild,
+ dhcpcd-5.0.5.ebuild, dhcpcd-5.0.6.ebuild, dhcpcd-5.1.0.ebuild,
+ dhcpcd-5.1.1.ebuild, dhcpcd-5.1.2.ebuild, dhcpcd-5.1.3.ebuild,
+ dhcpcd-5.1.3-r1.ebuild, dhcpcd-5.1.4.ebuild, dhcpcd-5.1.5.ebuild,
+ dhcpcd-5.2.1.ebuild:
+ - elibc_glibc has to be defined in IUSE= for profiles that are unable to
+ use.force that flag bug #312085
*dhcpcd-5.2.1 (02 Mar 2010)
diff --git a/net-misc/dhcpcd/dhcpcd-4.0.15.ebuild b/net-misc/dhcpcd/dhcpcd-4.0.15.ebuild
index 170a22041e59..a895021e7690 100644
--- a/net-misc/dhcpcd/dhcpcd-4.0.15.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-4.0.15.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-4.0.15.ebuild,v 1.9 2009/12/28 18:41:32 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-4.0.15.ebuild,v 1.10 2010/03/31 18:03:50 solar Exp $
EAPI=1
@@ -19,7 +19,7 @@ LICENSE="BSD-2"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
SLOT="0"
-IUSE="+compat +zeroconf"
+IUSE="+compat +zeroconf elibc_glibc"
DEPEND=""
PROVIDE="virtual/dhcpc"
diff --git a/net-misc/dhcpcd/dhcpcd-5.0.4.ebuild b/net-misc/dhcpcd/dhcpcd-5.0.4.ebuild
index 9508f8da59ed..84767e9f8df5 100644
--- a/net-misc/dhcpcd/dhcpcd-5.0.4.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-5.0.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-5.0.4.ebuild,v 1.2 2009/07/31 17:01:30 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-5.0.4.ebuild,v 1.3 2010/03/31 18:03:50 solar Exp $
EAPI=1
@@ -19,7 +19,7 @@ LICENSE="BSD-2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
SLOT="0"
-IUSE="+zeroconf"
+IUSE="+zeroconf elibc_glibc"
DEPEND=""
PROVIDE="virtual/dhcpc"
diff --git a/net-misc/dhcpcd/dhcpcd-5.0.5.ebuild b/net-misc/dhcpcd/dhcpcd-5.0.5.ebuild
index e94cd7d07d3c..df86435e6f35 100644
--- a/net-misc/dhcpcd/dhcpcd-5.0.5.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-5.0.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-5.0.5.ebuild,v 1.2 2009/07/31 17:01:30 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-5.0.5.ebuild,v 1.3 2010/03/31 18:03:50 solar Exp $
EAPI=1
@@ -19,7 +19,7 @@ LICENSE="BSD-2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
SLOT="0"
-IUSE="+zeroconf"
+IUSE="+zeroconf elibc_glibc"
DEPEND=""
PROVIDE="virtual/dhcpc"
diff --git a/net-misc/dhcpcd/dhcpcd-5.0.6.ebuild b/net-misc/dhcpcd/dhcpcd-5.0.6.ebuild
index 68cb5897670e..a9ef1496022c 100644
--- a/net-misc/dhcpcd/dhcpcd-5.0.6.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-5.0.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-5.0.6.ebuild,v 1.2 2009/07/31 17:01:30 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-5.0.6.ebuild,v 1.3 2010/03/31 18:03:50 solar Exp $
EAPI=1
@@ -19,7 +19,7 @@ LICENSE="BSD-2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
SLOT="0"
-IUSE="+zeroconf"
+IUSE="+zeroconf elibc_glibc"
DEPEND=""
PROVIDE="virtual/dhcpc"
diff --git a/net-misc/dhcpcd/dhcpcd-5.1.0.ebuild b/net-misc/dhcpcd/dhcpcd-5.1.0.ebuild
index a8168f4aee82..9b6a474ed815 100644
--- a/net-misc/dhcpcd/dhcpcd-5.1.0.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-5.1.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-5.1.0.ebuild,v 1.2 2009/09/05 13:28:45 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-5.1.0.ebuild,v 1.3 2010/03/31 18:03:50 solar Exp $
EAPI=1
@@ -19,7 +19,7 @@ LICENSE="BSD-2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
SLOT="0"
-IUSE="+zeroconf"
+IUSE="+zeroconf elibc_glibc"
DEPEND=""
PROVIDE="virtual/dhcpc"
diff --git a/net-misc/dhcpcd/dhcpcd-5.1.1.ebuild b/net-misc/dhcpcd/dhcpcd-5.1.1.ebuild
index 5d419462a64f..674704e21f84 100644
--- a/net-misc/dhcpcd/dhcpcd-5.1.1.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-5.1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-5.1.1.ebuild,v 1.1 2009/09/24 03:53:27 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-5.1.1.ebuild,v 1.2 2010/03/31 18:03:50 solar Exp $
EAPI=1
@@ -19,7 +19,7 @@ LICENSE="BSD-2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
SLOT="0"
-IUSE="+zeroconf"
+IUSE="+zeroconf elibc_glibc"
DEPEND=""
PROVIDE="virtual/dhcpc"
diff --git a/net-misc/dhcpcd/dhcpcd-5.1.2.ebuild b/net-misc/dhcpcd/dhcpcd-5.1.2.ebuild
index fc71d0d7a05d..98f3bd87e4fb 100644
--- a/net-misc/dhcpcd/dhcpcd-5.1.2.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-5.1.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-5.1.2.ebuild,v 1.1 2009/10/16 22:15:21 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-5.1.2.ebuild,v 1.2 2010/03/31 18:03:50 solar Exp $
EAPI=1
@@ -19,7 +19,7 @@ LICENSE="BSD-2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
SLOT="0"
-IUSE="+zeroconf"
+IUSE="+zeroconf elibc_glibc"
DEPEND=""
PROVIDE="virtual/dhcpc"
diff --git a/net-misc/dhcpcd/dhcpcd-5.1.3-r1.ebuild b/net-misc/dhcpcd/dhcpcd-5.1.3-r1.ebuild
index 8f85bf9ec7c0..3a1976993112 100644
--- a/net-misc/dhcpcd/dhcpcd-5.1.3-r1.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-5.1.3-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-5.1.3-r1.ebuild,v 1.1 2009/10/26 03:01:46 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-5.1.3-r1.ebuild,v 1.2 2010/03/31 18:03:50 solar Exp $
EAPI=1
@@ -19,7 +19,7 @@ LICENSE="BSD-2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
SLOT="0"
-IUSE="+zeroconf"
+IUSE="+zeroconf elibc_glibc"
DEPEND=""
PROVIDE="virtual/dhcpc"
diff --git a/net-misc/dhcpcd/dhcpcd-5.1.3.ebuild b/net-misc/dhcpcd/dhcpcd-5.1.3.ebuild
index 3536ecaba3d2..556fbf186c5c 100644
--- a/net-misc/dhcpcd/dhcpcd-5.1.3.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-5.1.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-5.1.3.ebuild,v 1.1 2009/10/26 02:38:33 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-5.1.3.ebuild,v 1.2 2010/03/31 18:03:50 solar Exp $
EAPI=1
@@ -19,7 +19,7 @@ LICENSE="BSD-2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
SLOT="0"
-IUSE="+zeroconf"
+IUSE="+zeroconf elibc_glibc"
DEPEND=""
PROVIDE="virtual/dhcpc"
diff --git a/net-misc/dhcpcd/dhcpcd-5.1.4.ebuild b/net-misc/dhcpcd/dhcpcd-5.1.4.ebuild
index 21549342d478..e54d57619d76 100644
--- a/net-misc/dhcpcd/dhcpcd-5.1.4.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-5.1.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-5.1.4.ebuild,v 1.1 2009/12/29 20:58:10 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-5.1.4.ebuild,v 1.2 2010/03/31 18:03:50 solar Exp $
EAPI=1
@@ -19,7 +19,7 @@ LICENSE="BSD-2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
SLOT="0"
-IUSE="+zeroconf"
+IUSE="+zeroconf elibc_glibc"
DEPEND=""
PROVIDE="virtual/dhcpc"
diff --git a/net-misc/dhcpcd/dhcpcd-5.1.5.ebuild b/net-misc/dhcpcd/dhcpcd-5.1.5.ebuild
index d74a022fe09c..18304638dfcc 100644
--- a/net-misc/dhcpcd/dhcpcd-5.1.5.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-5.1.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-5.1.5.ebuild,v 1.1 2010/01/31 22:02:28 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-5.1.5.ebuild,v 1.2 2010/03/31 18:03:50 solar Exp $
EAPI=1
@@ -19,7 +19,7 @@ LICENSE="BSD-2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
SLOT="0"
-IUSE="+zeroconf"
+IUSE="+zeroconf elibc_glibc"
DEPEND=""
PROVIDE="virtual/dhcpc"
diff --git a/net-misc/dhcpcd/dhcpcd-5.2.1.ebuild b/net-misc/dhcpcd/dhcpcd-5.2.1.ebuild
index fe50be7f483b..a9c74730873a 100644
--- a/net-misc/dhcpcd/dhcpcd-5.2.1.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-5.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-5.2.1.ebuild,v 1.1 2010/03/02 18:14:07 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-5.2.1.ebuild,v 1.2 2010/03/31 18:03:50 solar Exp $
EAPI=1
@@ -19,7 +19,7 @@ LICENSE="BSD-2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
SLOT="0"
-IUSE="+zeroconf"
+IUSE="+zeroconf elibc_glibc"
DEPEND=""
PROVIDE="virtual/dhcpc"