diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-08-19 18:39:51 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-08-19 18:39:51 +0000 |
commit | 751cee8407c9bc93f20599d3e78d4d5c4d8b3f60 (patch) | |
tree | eb52e9bef785fed7ccac7526049bf73c9aad34e1 /net-fs | |
parent | Stable on amd64 wrt bug #379761 (diff) | |
download | gentoo-2-751cee8407c9bc93f20599d3e78d4d5c4d8b3f60.tar.gz gentoo-2-751cee8407c9bc93f20599d3e78d4d5c4d8b3f60.tar.bz2 gentoo-2-751cee8407c9bc93f20599d3e78d4d5c4d8b3f60.zip |
Stable on amd64 wrt bug #379569
(Portage version: 2.2.0_alpha51/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.6-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-fs/autofs/ChangeLog b/net-fs/autofs/ChangeLog index dfaaebfb4afc..cb84293eb4d6 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.118 2011/08/05 20:14:18 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.119 2011/08/19 18:39:51 hwoarang Exp $ + + 19 Aug 2011; Markos Chandras <hwoarang@gentoo.org> autofs-5.0.6-r1.ebuild: + Stable on amd64 wrt bug #379569 05 Aug 2011; Jeroen Roovers <jer@gentoo.org> autofs-5.0.5-r4.ebuild: Stable for HPPA (bug #372835). diff --git a/net-fs/autofs/autofs-5.0.6-r1.ebuild b/net-fs/autofs/autofs-5.0.6-r1.ebuild index 388a730a26f4..613f56c6b1bf 100644 --- a/net-fs/autofs/autofs-5.0.6-r1.ebuild +++ b/net-fs/autofs/autofs-5.0.6-r1.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-r1.ebuild,v 1.1 2011/07/01 11:24:07 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.6-r1.ebuild,v 1.2 2011/08/19 18:39:51 hwoarang Exp $ EAPI="4" inherit eutils multilib autotools linux-info @@ -15,7 +15,7 @@ SRC_URI="mirror://kernel/linux/daemons/${PN}/v5/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="hesiod ldap sasl" # USE="sasl" adds SASL support to the LDAP module which will not be build. If |