diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2003-06-22 05:33:09 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2003-06-22 05:33:09 +0000 |
commit | ffb597bafa43be4b865b5e691800622b7545e37d (patch) | |
tree | f46f8025612e95a0a121065d111f65e11140b188 /app-shells/bash-completion | |
parent | gcc-3.3 for amd64 (diff) | |
download | gentoo-2-ffb597bafa43be4b865b5e691800622b7545e37d.tar.gz gentoo-2-ffb597bafa43be4b865b5e691800622b7545e37d.tar.bz2 gentoo-2-ffb597bafa43be4b865b5e691800622b7545e37d.zip |
amd64 support
Diffstat (limited to 'app-shells/bash-completion')
-rw-r--r-- | app-shells/bash-completion/Manifest | 2 | ||||
-rw-r--r-- | app-shells/bash-completion/bash-completion-20030505-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-shells/bash-completion/Manifest b/app-shells/bash-completion/Manifest index c5188a4ec6c8..2d8378f92310 100644 --- a/app-shells/bash-completion/Manifest +++ b/app-shells/bash-completion/Manifest @@ -1,5 +1,5 @@ MD5 70e6c2d3e99d0fd555e3c706ad5ec6f9 ChangeLog 4192 -MD5 0636e3c6f09367f9d5e55d02ea857941 bash-completion-20030505-r1.ebuild 1455 +MD5 822273ec32f2d50fd50a34a3e91fd585 bash-completion-20030505-r1.ebuild 1464 MD5 c85a85bd33aac22ae4872c85733e581f files/README.gentoo 491 MD5 9b22241df7258cb9677cf9a1497e07c5 files/bash-completion 625 MD5 86466a747ec82cd05ba511f06125c947 files/digest-bash-completion-20030505-r1 76 diff --git a/app-shells/bash-completion/bash-completion-20030505-r1.ebuild b/app-shells/bash-completion/bash-completion-20030505-r1.ebuild index a43362e577cd..c97100a45f74 100644 --- a/app-shells/bash-completion/bash-completion-20030505-r1.ebuild +++ b/app-shells/bash-completion/bash-completion-20030505-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 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-20030505-r1.ebuild,v 1.1 2003/05/24 12:46:08 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20030505-r1.ebuild,v 1.2 2003/06/22 05:33:05 drobbins 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" +KEYWORDS="x86 ppc sparc alpha mips hppa arm amd64" DEPEND="sys-apps/tar sys-apps/bzip2" |