diff options
author | Christian Birchinger <joker@gentoo.org> | 2004-02-10 19:36:36 +0000 |
---|---|---|
committer | Christian Birchinger <joker@gentoo.org> | 2004-02-10 19:36:36 +0000 |
commit | 980e9c4791be41af23058280392ae3a7324590dd (patch) | |
tree | 8a643e2929165e4163908b729eec0f7cab649542 /app-shells | |
parent | Initial import of sparc32 2004.0 profile with catalyst tweaks. (diff) | |
download | gentoo-2-980e9c4791be41af23058280392ae3a7324590dd.tar.gz gentoo-2-980e9c4791be41af23058280392ae3a7324590dd.tar.bz2 gentoo-2-980e9c4791be41af23058280392ae3a7324590dd.zip |
Marked stable on all archs
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash-completion/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/bash-completion/bash-completion-20040101-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-shells/bash-completion/ChangeLog b/app-shells/bash-completion/ChangeLog index d19b19b14072..23854d3be23a 100644 --- a/app-shells/bash-completion/ChangeLog +++ b/app-shells/bash-completion/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-shells/bash-completion # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.53 2004/01/25 15:27:06 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.54 2004/02/10 19:36:36 joker Exp $ + + 10 Feb 2004; Christian Birchinger <joker@gentoo.org> + bash-completion-20040101-r1.ebuild: + Marked stable *bash-completion-20040101-r1 (25 Jan 2004) diff --git a/app-shells/bash-completion/bash-completion-20040101-r1.ebuild b/app-shells/bash-completion/bash-completion-20040101-r1.ebuild index b2ab07a9cf02..1066257f8146 100644 --- a/app-shells/bash-completion/bash-completion-20040101-r1.ebuild +++ b/app-shells/bash-completion/bash-completion-20040101-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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-20040101-r1.ebuild,v 1.1 2004/01/25 15:27:06 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20040101-r1.ebuild,v 1.2 2004/02/10 19:36:36 joker Exp $ S=${WORKDIR}/${PN/-/_} DESCRIPTION="Programmable Completion for bash (includes emerge and ebuild commands)." @@ -9,7 +9,7 @@ SRC_URI="http://www.caliban.org/files/bash/${P}.tar.bz2" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm ~amd64" +KEYWORDS="x86 ppc sparc alpha mips hppa arm amd64" DEPEND="app-arch/tar app-arch/bzip2" |