summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2012-12-10 01:57:47 +0000
committerWilliam Hubbs <williamh@gentoo.org>2012-12-10 01:57:47 +0000
commit76bd402ed7b4784561d8e4e7e431fe83e089c83e (patch)
tree7732ff3feb19cc19dff64787eada909847aea9ca /net-misc/dhcpcd
parent2.2.0_alpha146 version bump. This includes all of the fixes in 2.1.11.35. (diff)
downloadgentoo-2-76bd402ed7b4784561d8e4e7e431fe83e089c83e.tar.gz
gentoo-2-76bd402ed7b4784561d8e4e7e431fe83e089c83e.tar.bz2
gentoo-2-76bd402ed7b4784561d8e4e7e431fe83e089c83e.zip
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)
Diffstat (limited to 'net-misc/dhcpcd')
-rw-r--r--net-misc/dhcpcd/ChangeLog5
-rw-r--r--net-misc/dhcpcd/dhcpcd-5.6.4.ebuild3
2 files changed, 6 insertions, 2 deletions
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 <williamh@gentoo.org> dhcpcd-5.6.4.ebuild:
+ add a call to epatch_user for bug #446366, thanks to Toralf Forster.
08 Dec 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> 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"
{