diff options
author | Jason Wever <weeve@gentoo.org> | 2003-05-05 14:55:34 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2003-05-05 14:55:34 +0000 |
commit | ac43995fbf2cd365bc6cd16e457fa6dc7a6e20be (patch) | |
tree | a24faab83139d956520c626016c60097cecb440b /net-fs/autofs/autofs-3.1.7-r5.ebuild | |
parent | Fix bug #18605 and #18937 by making minor modifications to rebuilder.sh (diff) | |
download | gentoo-2-ac43995fbf2cd365bc6cd16e457fa6dc7a6e20be.tar.gz gentoo-2-ac43995fbf2cd365bc6cd16e457fa6dc7a6e20be.tar.bz2 gentoo-2-ac43995fbf2cd365bc6cd16e457fa6dc7a6e20be.zip |
Added ~sparc to keywords.
Diffstat (limited to 'net-fs/autofs/autofs-3.1.7-r5.ebuild')
-rw-r--r-- | net-fs/autofs/autofs-3.1.7-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/autofs/autofs-3.1.7-r5.ebuild b/net-fs/autofs/autofs-3.1.7-r5.ebuild index 726cf7466c12..f211f54edc05 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-2003 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.5 2003/02/13 13:59:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-3.1.7-r5.ebuild,v 1.6 2003/05/05 14:55:34 weeve Exp $ IUSE="ldap" @@ -15,7 +15,7 @@ DEPEND="ldap? ( >=net-nds/openldap-1.2 )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 alpha ppc" +KEYWORDS="x86 alpha ppc ~sparc" src_unpack() { unpack ${A} |