diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-02-07 17:40:50 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-02-07 17:40:50 +0000 |
commit | fe26bb78b259ea7ec1e129194a24847da9ff337a (patch) | |
tree | 2b9d7b64555c1ba6b3aa08f2a3cf3cbb432bbec9 /app-shells | |
parent | Reapplied res_mkquery patch. Closes #79385. (diff) | |
download | gentoo-2-fe26bb78b259ea7ec1e129194a24847da9ff337a.tar.gz gentoo-2-fe26bb78b259ea7ec1e129194a24847da9ff337a.tar.bz2 gentoo-2-fe26bb78b259ea7ec1e129194a24847da9ff337a.zip |
Stable on sparc
(Portage version: 2.0.51-r15)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash-completion-config/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/bash-completion-config/bash-completion-config-0.8.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-shells/bash-completion-config/ChangeLog b/app-shells/bash-completion-config/ChangeLog index 24d1f1ea3263..40efc70daecb 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/ChangeLog,v 1.27 2005/02/06 20:13:49 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/ChangeLog,v 1.28 2005/02/07 17:40:50 gustavoz Exp $ + + 07 Feb 2005; Gustavo Zacarias <gustavoz@gentoo.org> + bash-completion-config-0.8.ebuild: + Stable on sparc 06 Feb 2005; Joshua Kinard <kumba@gentoo.org> bash-completion-config-0.8.ebuild: diff --git a/app-shells/bash-completion-config/bash-completion-config-0.8.ebuild b/app-shells/bash-completion-config/bash-completion-config-0.8.ebuild index a830247fd0b8..35fb440e0512 100644 --- a/app-shells/bash-completion-config/bash-completion-config-0.8.ebuild +++ b/app-shells/bash-completion-config/bash-completion-config-0.8.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-config/bash-completion-config-0.8.ebuild,v 1.4 2005/02/06 20:13:49 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/bash-completion-config-0.8.ebuild,v 1.5 2005/02/07 17:40:50 gustavoz 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 mips ~ppc ~ppc64 ~ppc-macos ~s390 ~sparc x86" +KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 mips ~ppc ~ppc64 ~ppc-macos ~s390 sparc x86" IUSE="" DEPEND=">=app-shells/bash-2.05" |