diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-01-09 15:23:57 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-01-09 15:23:57 +0000 |
commit | dd82cab519aafe69761fa79203fa67ae4466f4bb (patch) | |
tree | e975780dfeb4b3e88843dbf57d9dc5d9132df0a7 /net-fs | |
parent | Version bumped. (diff) | |
download | historical-dd82cab519aafe69761fa79203fa67ae4466f4bb.tar.gz historical-dd82cab519aafe69761fa79203fa67ae4466f4bb.tar.bz2 historical-dd82cab519aafe69761fa79203fa67ae4466f4bb.zip |
enable on alpha
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/autofs/ChangeLog | 5 | ||||
-rw-r--r-- | net-fs/autofs/autofs-3.1.7-r5.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-fs/autofs/ChangeLog b/net-fs/autofs/ChangeLog index 918b12eb383c..beac09cafffa 100644 --- a/net-fs/autofs/ChangeLog +++ b/net-fs/autofs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-fs/autofs # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.12 2002/12/17 19:43:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.13 2003/01/09 15:23:57 agriffis Exp $ + + 07 Jan 2003; Aron Griffis <agriffis@gentoo.org> autofs-3.1.7-r6.ebuild: + Add alpha to KEYWORDS *autofs-3.1.7-r5 (17 Nov 2002) 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 +} |