diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-01-01 00:06:58 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-01-01 00:06:58 +0000 |
commit | 44929b8ffb96487363712842735ebb1939d98d3e (patch) | |
tree | 295c5477b0aa6b38c477a0ea125d4856b79b3a81 /app-shells/bash-completion-config | |
parent | Version bump (Manifest recommit) (diff) | |
download | gentoo-2-44929b8ffb96487363712842735ebb1939d98d3e.tar.gz gentoo-2-44929b8ffb96487363712842735ebb1939d98d3e.tar.bz2 gentoo-2-44929b8ffb96487363712842735ebb1939d98d3e.zip |
Stable on sparc, mips
Diffstat (limited to 'app-shells/bash-completion-config')
-rw-r--r-- | app-shells/bash-completion-config/ChangeLog | 8 | ||||
-rw-r--r-- | app-shells/bash-completion-config/bash-completion-config-0.7.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-shells/bash-completion-config/ChangeLog b/app-shells/bash-completion-config/ChangeLog index 88f77949bef7..4d2088b618ec 100644 --- a/app-shells/bash-completion-config/ChangeLog +++ b/app-shells/bash-completion-config/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-shells/bash-completion-config -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/ChangeLog,v 1.18 2004/12/29 22:35:43 kloeri Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/ChangeLog,v 1.19 2005/01/01 00:06:58 ciaranm Exp $ + + 01 Jan 2005; Ciaran McCreesh <ciaranm@gentoo.org> + bash-completion-config-0.7.ebuild: + Stable on sparc, mips 29 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> bash-completion-config-0.7.ebuild: diff --git a/app-shells/bash-completion-config/bash-completion-config-0.7.ebuild b/app-shells/bash-completion-config/bash-completion-config-0.7.ebuild index 27a02b50d6c5..d8a077813524 100644 --- a/app-shells/bash-completion-config/bash-completion-config-0.7.ebuild +++ b/app-shells/bash-completion-config/bash-completion-config-0.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# 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-config/bash-completion-config-0.7.ebuild,v 1.3 2004/12/29 22:35:43 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/bash-completion-config-0.7.ebuild,v 1.4 2005/01/01 00:06:58 ciaranm Exp $ MY_PN="bashcomp-config" MY_P="${MY_PN}-${PV}" @@ -12,7 +12,7 @@ SRC_URI="http://download.berlios.de/${MY_PN}/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~s390 x86 ~mips ~sparc ~ppc ~ppc-macos ~ppc64" +KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~s390 x86 mips sparc ~ppc ~ppc-macos ~ppc64" IUSE="" RDEPEND=">=app-shells/bash-2.05" |