diff options
Diffstat (limited to 'app-shells/bash-completion/bash-completion-20040210-r1.ebuild')
-rw-r--r-- | app-shells/bash-completion/bash-completion-20040210-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/bash-completion/bash-completion-20040210-r1.ebuild b/app-shells/bash-completion/bash-completion-20040210-r1.ebuild index a5f447af72ee..2df27c0fee5a 100644 --- a/app-shells/bash-completion/bash-completion-20040210-r1.ebuild +++ b/app-shells/bash-completion/bash-completion-20040210-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-20040210-r1.ebuild,v 1.2 2004/02/27 18:54:20 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20040210-r1.ebuild,v 1.3 2004/03/02 18:37:04 iggy 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 amd64" +KEYWORDS="x86 ppc sparc alpha mips hppa amd64 s390" DEPEND="app-arch/tar app-arch/bzip2" |