diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-07-31 17:01:30 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-07-31 17:01:30 +0000 |
commit | d2173600eb6071ca13cabb9ee82f5545ca83c4b3 (patch) | |
tree | c735ea98ff8a98cd5377cfb2fb3c3e6671990844 /net-misc | |
parent | ..so we can stop enabing it here. (diff) | |
download | gentoo-2-d2173600eb6071ca13cabb9ee82f5545ca83c4b3.tar.gz gentoo-2-d2173600eb6071ca13cabb9ee82f5545ca83c4b3.tar.bz2 gentoo-2-d2173600eb6071ca13cabb9ee82f5545ca83c4b3.zip |
Move USE default zeroconf from profiles/base/package.use to here.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/dhcpcd/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-4.0.13.ebuild | 4 | ||||
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-4.0.7.ebuild | 4 | ||||
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-5.0.4.ebuild | 4 | ||||
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-5.0.5.ebuild | 4 | ||||
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-5.0.6.ebuild | 4 |
6 files changed, 16 insertions, 11 deletions
diff --git a/net-misc/dhcpcd/ChangeLog b/net-misc/dhcpcd/ChangeLog index 4cb9139ffa8d..1892f4c74491 100644 --- a/net-misc/dhcpcd/ChangeLog +++ b/net-misc/dhcpcd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/dhcpcd # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.255 2009/07/09 05:12:55 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.256 2009/07/31 17:01:30 ssuominen Exp $ + + 31 Jul 2009; Samuli Suominen <ssuominen@gentoo.org> dhcpcd-4.0.7.ebuild, + dhcpcd-4.0.13.ebuild, dhcpcd-5.0.4.ebuild, dhcpcd-5.0.5.ebuild, + dhcpcd-5.0.6.ebuild: + Move USE default zeroconf from profiles/base/package.use to here. *dhcpcd-5.0.6 (09 Jul 2009) diff --git a/net-misc/dhcpcd/dhcpcd-4.0.13.ebuild b/net-misc/dhcpcd/dhcpcd-4.0.13.ebuild index a163a7ca6f1c..7f7393790d9d 100644 --- a/net-misc/dhcpcd/dhcpcd-4.0.13.ebuild +++ b/net-misc/dhcpcd/dhcpcd-4.0.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-4.0.13.ebuild,v 1.8 2009/05/31 13:29:47 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-4.0.13.ebuild,v 1.9 2009/07/31 17:01:30 ssuominen 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="+compat zeroconf" +IUSE="+compat +zeroconf" DEPEND="" PROVIDE="virtual/dhcpc" diff --git a/net-misc/dhcpcd/dhcpcd-4.0.7.ebuild b/net-misc/dhcpcd/dhcpcd-4.0.7.ebuild index dca2edae3214..3aabec051ead 100644 --- a/net-misc/dhcpcd/dhcpcd-4.0.7.ebuild +++ b/net-misc/dhcpcd/dhcpcd-4.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-4.0.7.ebuild,v 1.9 2009/02/07 14:38:08 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-4.0.7.ebuild,v 1.10 2009/07/31 17:01:30 ssuominen 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="+compat zeroconf" +IUSE="+compat +zeroconf" 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 c84858a1ccfd..9508f8da59ed 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 # 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.1 2009/05/14 16:51:22 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-5.0.4.ebuild,v 1.2 2009/07/31 17:01:30 ssuominen 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" 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 319afeff0d8a..e94cd7d07d3c 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 # 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.1 2009/07/08 13:42:37 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-5.0.5.ebuild,v 1.2 2009/07/31 17:01:30 ssuominen 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" 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 1c17cd8612d4..68cb5897670e 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 # 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.1 2009/07/09 05:12:55 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-5.0.6.ebuild,v 1.2 2009/07/31 17:01:30 ssuominen 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" DEPEND="" PROVIDE="virtual/dhcpc" |