diff options
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/autofs/ChangeLog | 6 | ||||
-rw-r--r-- | net-fs/autofs/autofs-5.0.6-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-fs/autofs/ChangeLog b/net-fs/autofs/ChangeLog index 1196b585614a..59e1ff29e581 100644 --- a/net-fs/autofs/ChangeLog +++ b/net-fs/autofs/ChangeLog @@ -1,6 +1,10 @@ # 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.126 2011/09/19 08:15:28 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.127 2011/09/19 12:23:21 pva Exp $ + + 19 Sep 2011; Peter Volkov <pva@gentoo.org> autofs-5.0.6-r2.ebuild: + Drop <glibc-2.14 depend as rpc headers are now back into glibc, bug 374403 + thank Dustin Polke for this job. 19 Sep 2011; Peter Volkov <pva@gentoo.org> autofs-5.0.5-r4.ebuild, autofs-5.0.6-r2.ebuild: diff --git a/net-fs/autofs/autofs-5.0.6-r2.ebuild b/net-fs/autofs/autofs-5.0.6-r2.ebuild index 416be339599b..2d2005dd85c7 100644 --- a/net-fs/autofs/autofs-5.0.6-r2.ebuild +++ b/net-fs/autofs/autofs-5.0.6-r2.ebuild @@ -1,6 +1,6 @@ # 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.6-r2.ebuild,v 1.4 2011/09/19 08:15:28 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.6-r2.ebuild,v 1.5 2011/09/19 12:23:21 pva Exp $ EAPI="4" inherit eutils multilib autotools linux-info @@ -23,7 +23,7 @@ IUSE="hesiod ldap sasl" REQUIRED_USE="sasl? ( ldap )" # currently, sasl code assumes the presence of kerberosV -RDEPEND="<sys-libs/glibc-2.14 +RDEPEND=" hesiod? ( net-dns/hesiod ) ldap? ( >=net-nds/openldap-2.0 sasl? ( dev-libs/cyrus-sasl |