diff options
author | Peter Volkov <pva@gentoo.org> | 2011-05-15 11:03:49 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2011-05-15 11:03:49 +0000 |
commit | b60ad667a4731685d7dc7f8ab0665de18ce91617 (patch) | |
tree | 07867da06d171bb79387c9b9a3ac022f6fe9295c /net-fs | |
parent | Add patch to build against python 3.2. Bug #367245 (diff) | |
download | gentoo-2-b60ad667a4731685d7dc7f8ab0665de18ce91617.tar.gz gentoo-2-b60ad667a4731685d7dc7f8ab0665de18ce91617.tar.bz2 gentoo-2-b60ad667a4731685d7dc7f8ab0665de18ce91617.zip |
Add fix for bug #355975 into stable.
(Portage version: 2.1.9.49/cvs/Linux x86_64)
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/autofs/ChangeLog | 5 | ||||
-rw-r--r-- | net-fs/autofs/autofs-5.0.4-r5.ebuild | 8 |
2 files changed, 10 insertions, 3 deletions
diff --git a/net-fs/autofs/ChangeLog b/net-fs/autofs/ChangeLog index a37dd35ab911..17f31f4698a6 100644 --- a/net-fs/autofs/ChangeLog +++ b/net-fs/autofs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-fs/autofs # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.106 2011/05/15 10:58:21 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.107 2011/05/15 11:03:49 pva Exp $ + + 15 May 2011; Peter Volkov <pva@gentoo.org> autofs-5.0.4-r5.ebuild: + Add fix for bug #355975 into stable. *autofs-5.0.5-r3 (30 Apr 2011) diff --git a/net-fs/autofs/autofs-5.0.4-r5.ebuild b/net-fs/autofs/autofs-5.0.4-r5.ebuild index 461e706c4317..21b1187611bc 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 +# Copyright 1999-2011 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.8 2010/09/29 16:54:27 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.4-r5.ebuild,v 1.9 2011/05/15 11:03:49 pva Exp $ inherit eutils multilib autotools @@ -116,6 +116,10 @@ src_unpack() { } src_compile() { + # work around bug #355975 (mount modifies timestamp of /etc/mtab) + # with >=sys-apps/util-linux-2.19, + addpredict "/etc/mtab" + CFLAGS="${CFLAGS}" \ econf \ $(use_with ldap openldap) \ |