diff options
author | Mark Guertin <gerk@gentoo.org> | 2003-01-07 17:25:10 +0000 |
---|---|---|
committer | Mark Guertin <gerk@gentoo.org> | 2003-01-07 17:25:10 +0000 |
commit | aef3b0dc1aa00a1641bbc6003e57f90b0b360a2d (patch) | |
tree | 796ffddb404ebf190746647e5226e5239cf3f27a /app-shells | |
parent | initscript for lcdproc (diff) | |
download | gentoo-2-aef3b0dc1aa00a1641bbc6003e57f90b0b360a2d.tar.gz gentoo-2-aef3b0dc1aa00a1641bbc6003e57f90b0b360a2d.tar.bz2 gentoo-2-aef3b0dc1aa00a1641bbc6003e57f90b0b360a2d.zip |
added ppc to keywords
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash-completion/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/bash-completion/bash-completion-20021221.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/bash-completion/ChangeLog b/app-shells/bash-completion/ChangeLog index 163c3ae3f86f..968585884c05 100644 --- a/app-shells/bash-completion/ChangeLog +++ b/app-shells/bash-completion/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/bash-completion # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.25 2002/12/21 18:38:54 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.26 2003/01/07 17:25:10 gerk Exp $ + + 07 Jan 2003; Mark Guertin <gerk@gentoo.org> bash-completion-20021221.ebuild: + set ppc in keywords *bash-completion-20021221 (21 Dec 2002) diff --git a/app-shells/bash-completion/bash-completion-20021221.ebuild b/app-shells/bash-completion/bash-completion-20021221.ebuild index 8acf8d41fdb1..f6a2eaba41d5 100644 --- a/app-shells/bash-completion/bash-completion-20021221.ebuild +++ b/app-shells/bash-completion/bash-completion-20021221.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20021221.ebuild,v 1.1 2002/12/21 18:38:54 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20021221.ebuild,v 1.2 2003/01/07 17:25:10 gerk Exp $ S=${WORKDIR}/${PN/-/_} DESCRIPTION="Programmable Completion for bash (includes emerge and ebuild commands)." SRC_URI="http://www.caliban.org/files/bash/${P}.tar.bz2" HOMEPAGE="http://www.caliban.org/bash/index.shtml#completion" -KEYWORDS="x86 ~ppc ~sparc" +KEYWORDS="x86 ppc ~sparc" LICENSE="GPL-2" SLOT="0" |