diff options
author | Bryon Roche <kain@gentoo.org> | 2003-01-10 00:38:43 +0000 |
---|---|---|
committer | Bryon Roche <kain@gentoo.org> | 2003-01-10 00:38:43 +0000 |
commit | 1ff03bd7c0e735de3345094b1e0d27266f8c5b9f (patch) | |
tree | 3e71d68579e0794c69d82c748220d37776fc54a1 /net-fs | |
parent | fixed (diff) | |
download | gentoo-2-1ff03bd7c0e735de3345094b1e0d27266f8c5b9f.tar.gz gentoo-2-1ff03bd7c0e735de3345094b1e0d27266f8c5b9f.tar.bz2 gentoo-2-1ff03bd7c0e735de3345094b1e0d27266f8c5b9f.zip |
This works fine on ppc. Also; there is no -r6.. I'm guessing the prev. Changelog was meant for -r5
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/autofs/ChangeLog | 7 | ||||
-rw-r--r-- | net-fs/autofs/autofs-3.1.7-r5.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-fs/autofs/ChangeLog b/net-fs/autofs/ChangeLog index beac09cafffa..6a2312e2640d 100644 --- a/net-fs/autofs/ChangeLog +++ b/net-fs/autofs/ChangeLog @@ -1,8 +1,11 @@ # 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.13 2003/01/09 15:23:57 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.14 2003/01/10 00:38:43 kain Exp $ - 07 Jan 2003; Aron Griffis <agriffis@gentoo.org> autofs-3.1.7-r6.ebuild: + 09 Jan 2003; Kain <kain@kain.org> autofs-3.1.7-r5.ebuild: + Add ppc to KEYWORDS + + 07 Jan 2003; Aron Griffis <agriffis@gentoo.org> autofs-3.1.7-r5.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 76d0cd2950e6..da7c4989aeca 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.3 2003/01/09 15:23:57 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-3.1.7-r5.ebuild,v 1.4 2003/01/10 00:38:43 kain Exp $ IUSE="ldap" @@ -15,7 +15,7 @@ DEPEND="ldap? ( >=net-nds/openldap-1.2 )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 alpha" +KEYWORDS="x86 alpha ppc" src_unpack() { unpack ${A} |