From 76bd402ed7b4784561d8e4e7e431fe83e089c83e Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Mon, 10 Dec 2012 01:57:47 +0000 Subject: add a call to epatch_user for bug #446366, thanks to Toralf Forster. (Portage version: 2.2.0_alpha145/cvs/Linux i686, signed Manifest commit with key 0x30C46538) --- net-misc/dhcpcd/ChangeLog | 5 ++++- net-misc/dhcpcd/dhcpcd-5.6.4.ebuild | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'net-misc/dhcpcd') diff --git a/net-misc/dhcpcd/ChangeLog b/net-misc/dhcpcd/ChangeLog index 910e23517917..8ee650cc7c38 100644 --- a/net-misc/dhcpcd/ChangeLog +++ b/net-misc/dhcpcd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/dhcpcd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.346 2012/12/08 05:14:00 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.347 2012/12/10 01:57:47 williamh Exp $ + + 10 Dec 2012; William Hubbs dhcpcd-5.6.4.ebuild: + add a call to epatch_user for bug #446366, thanks to Toralf Forster. 08 Dec 2012; Pawel Hajdan jr dhcpcd-5.6.4.ebuild: x86 stable wrt bug #446283 diff --git a/net-misc/dhcpcd/dhcpcd-5.6.4.ebuild b/net-misc/dhcpcd/dhcpcd-5.6.4.ebuild index 76fb7f6a2f08..80e02c605d61 100644 --- a/net-misc/dhcpcd/dhcpcd-5.6.4.ebuild +++ b/net-misc/dhcpcd/dhcpcd-5.6.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-5.6.4.ebuild,v 1.6 2012/12/08 05:14:00 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-5.6.4.ebuild,v 1.7 2012/12/10 01:57:47 williamh Exp $ EAPI=4 @@ -25,6 +25,7 @@ DEPEND="" RDEPEND="" src_prepare() { + epatch_user if ! use zeroconf; then elog "Disabling zeroconf support" { -- cgit v1.2.3-65-gdbad