diff options
author | Peter Volkov <pva@gentoo.org> | 2010-06-01 09:19:58 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2010-06-01 09:19:58 +0000 |
commit | b2a9b6b775fe0ab841dc75c176e6a34c4b95ce28 (patch) | |
tree | 8a7a3103e3a6893d5e055a23457fac23e73e767e /net-fs/autofs | |
parent | x86 stable wrt bug #321435 (diff) | |
download | gentoo-2-b2a9b6b775fe0ab841dc75c176e6a34c4b95ce28.tar.gz gentoo-2-b2a9b6b775fe0ab841dc75c176e6a34c4b95ce28.tar.bz2 gentoo-2-b2a9b6b775fe0ab841dc75c176e6a34c4b95ce28.zip |
Wrong patch was applied and that cause build issue, bug #292147#c15, thank Christian Ruppert (idl0r) for report and Dustin Polke for this fix.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'net-fs/autofs')
-rw-r--r-- | net-fs/autofs/ChangeLog | 6 | ||||
-rw-r--r-- | net-fs/autofs/autofs-5.0.4-r5.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/net-fs/autofs/ChangeLog b/net-fs/autofs/ChangeLog index 488871b44a27..3526193e5077 100644 --- a/net-fs/autofs/ChangeLog +++ b/net-fs/autofs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-fs/autofs # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.91 2010/05/28 20:00:02 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.92 2010/06/01 09:19:58 pva Exp $ + + 01 Jun 2010; Peter Volkov <pva@gentoo.org> autofs-5.0.4-r5.ebuild: + Wrong patch was applied and that cause build issue, bug #292147#c15, thank + Christian Ruppert (idl0r) for report and Dustin Polke for this fix. 28 May 2010; Peter Volkov <pva@gentoo.org> autofs-5.0.4-r5.ebuild, metadata.xml: diff --git a/net-fs/autofs/autofs-5.0.4-r5.ebuild b/net-fs/autofs/autofs-5.0.4-r5.ebuild index b5375398ff10..f019f88daf1d 100644 --- a/net-fs/autofs/autofs-5.0.4-r5.ebuild +++ b/net-fs/autofs/autofs-5.0.4-r5.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-fs/autofs/autofs-5.0.4-r5.ebuild,v 1.3 2010/05/28 20:00:02 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.4-r5.ebuild,v 1.4 2010/06/01 09:19:58 pva Exp $ inherit eutils multilib autotools @@ -91,6 +91,8 @@ src_unpack() { EPATCH_OPTS="-p1 -d ${S}" epatch "${DISTDIR}"/${i} done + cd "${S}" + # fixes bug #210762 epatch "${FILESDIR}"/${PN}-5.0.3-heimdal.patch |