public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/dhcpcd: dhcpcd-9999.ebuild
@ 2013-09-09 22:13 William Hubbs (williamh)
  0 siblings, 0 replies; only message in thread
From: William Hubbs (williamh) @ 2013-09-09 22:13 UTC (permalink / raw
  To: gentoo-commits

williamh    13/09/09 22:13:01

  Modified:             dhcpcd-9999.ebuild
  Log:
  add udev use flag for bug #483970
  
  (Portage version: 2.2.1/cvs/Linux i686, signed Manifest commit with key 0x30C46538)

Revision  Changes    Path
1.6                  net-misc/dhcpcd/dhcpcd-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild?r1=1.5&r2=1.6

Index: dhcpcd-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- dhcpcd-9999.ebuild	16 Aug 2013 05:59:09 -0000	1.5
+++ dhcpcd-9999.ebuild	9 Sep 2013 22:13:01 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild,v 1.5 2013/08/16 05:59:09 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-9999.ebuild,v 1.6 2013/09/09 22:13:01 williamh Exp $
 
 EAPI=5
 
@@ -22,10 +22,11 @@
 HOMEPAGE="http://roy.marples.name/projects/dhcpcd/"
 LICENSE="BSD-2"
 SLOT="0"
-IUSE="elibc_glibc ipv6"
+IUSE="elibc_glibc ipv6 +udev"
 
-DEPEND=""
-RDEPEND=""
+COMMON_DEPEND="udev? ( virtual/udev )"
+DEPEND="${COMMON_DEPEND}"
+RDEPEND="${COMMON_DEPEND}"
 
 src_prepare()
 {
@@ -42,6 +43,7 @@
 			--dbdir="${EPREFIX}/var/lib/dhcpcd" \
 		--localstatedir="${EPREFIX}/var" \
 		$(use_enable ipv6) \
+		$(use_with udev) \
 		${hooks}
 }
 





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-09-09 22:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-09 22:13 [gentoo-commits] gentoo-x86 commit in net-misc/dhcpcd: dhcpcd-9999.ebuild William Hubbs (williamh)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox