--- /usr/portage/net-fs/autofs/autofs-5.0.7.ebuild 2013-03-25 14:27:27.000000000 -0500 +++ autofs-5.0.7.ebuild 2013-03-29 17:43:30.708118572 -0500 @@ -16,7 +16,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="hesiod ldap mount-locking sasl" +IUSE="hesiod ldap mount-locking sasl libtirpc" # USE="sasl" adds SASL support to the LDAP module which will not be build. If # SASL support should be available, please add "ldap" to the USE flags. @@ -28,7 +28,9 @@ ldap? ( >=net-nds/openldap-2.0 sasl? ( dev-libs/cyrus-sasl dev-libs/libxml2 - virtual/krb5 ) )" + virtual/krb5 ) ) + libtirpc? ( net-libs/libtirpc )" + DEPEND="${RDEPEND} sys-devel/flex virtual/yacc" @@ -81,6 +83,7 @@ $(use_with ldap openldap) \ $(use_with sasl) \ $(use_with hesiod) \ + $(use_with libtirpc) \ $(use_enable mount-locking) \ --enable-ignore-busy } --- /usr/portage/net-fs/autofs/files/autofs-5.0.6-respect-user-flags-and-fix-asneeded.patch 2011-06-28 09:06:07.000000000 -0500 +++ files/autofs-5.0.6-respect-user-flags-and-fix-asneeded.patch 2013-04-01 15:12:09.933798240 -0500 @@ -80,16 +80,6 @@ --- daemon/Makefile +++ daemon/Makefile -@@ -2,8 +2,8 @@ - # Makefile for autofs - # - -+include ../Makefile.rules - -include ../Makefile.conf --include ../Makefile.rules - - SRCS = automount.c indirect.c direct.c spawn.c module.c mount.c \ - lookup.c state.c flag.c @@ -20,7 +20,7 @@ CFLAGS += -DAUTOFS_FLAG_DIR=\"$(autofsflagdir)\" CFLAGS += -DVERSION_STRING=\"$(version)\" --- /usr/portage/net-fs/autofs/files/autofs-5.0.6-respect-user-flags-and-fix-asneeded-r2.patch 2011-12-16 21:45:16.000000000 -0600 +++ files/autofs-5.0.6-respect-user-flags-and-fix-asneeded-r2.patch 2013-04-01 15:11:53.605075284 -0500 @@ -77,16 +77,6 @@ fi --- a/daemon/Makefile +++ b/daemon/Makefile -@@ -2,8 +2,8 @@ - # Makefile for autofs - # - ---include ../Makefile.conf - include ../Makefile.rules -+-include ../Makefile.conf - - SRCS = automount.c indirect.c direct.c spawn.c module.c mount.c \ - lookup.c state.c flag.c @@ -20,7 +20,7 @@ CFLAGS += -DAUTOFS_FIFO_DIR=\"$(autofsfi CFLAGS += -DAUTOFS_FLAG_DIR=\"$(autofsflagdir)\" CFLAGS += -DVERSION_STRING=\"$(version)\"