diff options
author | 2005-05-29 22:06:06 +0000 | |
---|---|---|
committer | 2005-05-29 22:06:06 +0000 | |
commit | 26056c562c620ea0fd46b3bf3310c1ddade0da19 (patch) | |
tree | 7e729791a7debb7c4e4d11f2245dfdb4c45044f0 /app-shells/bash-completion | |
parent | Ebuild clean up, 4.0.1 stable on amd64. Version bump - bug #93976 (diff) | |
download | historical-26056c562c620ea0fd46b3bf3310c1ddade0da19.tar.gz historical-26056c562c620ea0fd46b3bf3310c1ddade0da19.tar.bz2 historical-26056c562c620ea0fd46b3bf3310c1ddade0da19.zip |
Stable on amd64.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-shells/bash-completion')
-rw-r--r-- | app-shells/bash-completion/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/bash-completion/bash-completion-20050121-r9.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-shells/bash-completion/ChangeLog b/app-shells/bash-completion/ChangeLog index 4209c38ee024..0b47807901f7 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.121 2005/05/29 14:19:12 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.122 2005/05/29 22:06:06 cryos Exp $ + + 29 May 2005; Marcus D. Hanwell <marcus@gentoo.org> + bash-completion-20050121-r9.ebuild: + Stable on amd64. 29 May 2005; Rene Nussbaumer <killerfox@gentoo.org> bash-completion-20050121-r9.ebuild: diff --git a/app-shells/bash-completion/bash-completion-20050121-r9.ebuild b/app-shells/bash-completion/bash-completion-20050121-r9.ebuild index c046060dab36..3f1d9d043aba 100644 --- a/app-shells/bash-completion/bash-completion-20050121-r9.ebuild +++ b/app-shells/bash-completion/bash-completion-20050121-r9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20050121-r9.ebuild,v 1.3 2005/05/29 14:19:12 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20050121-r9.ebuild,v 1.4 2005/05/29 22:06:06 cryos Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.caliban.org/files/bash/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sparc x86" IUSE="" DEPEND="" |