diff options
Diffstat (limited to 'net-fs/autofs/autofs-3.1.7-r5.ebuild')
-rw-r--r-- | net-fs/autofs/autofs-3.1.7-r5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-fs/autofs/autofs-3.1.7-r5.ebuild b/net-fs/autofs/autofs-3.1.7-r5.ebuild index 7cb389193f8e..76d0cd2950e6 100644 --- a/net-fs/autofs/autofs-3.1.7-r5.ebuild +++ b/net-fs/autofs/autofs-3.1.7-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-3.1.7-r5.ebuild,v 1.2 2003/01/07 05:23:20 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-3.1.7-r5.ebuild,v 1.3 2003/01/09 15:23:57 agriffis Exp $ IUSE="ldap" @@ -15,7 +15,7 @@ DEPEND="ldap? ( >=net-nds/openldap-1.2 )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86" +KEYWORDS="x86 alpha" src_unpack() { unpack ${A} @@ -69,4 +69,4 @@ pkg_postinst() { echo "" einfo "Also the normal autofs status has been renamed stats" einfo "as there is already a predefined Gentoo status" -}
\ No newline at end of file +} |