diff options
author | Christian Birchinger <joker@gentoo.org> | 2005-05-30 06:16:30 +0000 |
---|---|---|
committer | Christian Birchinger <joker@gentoo.org> | 2005-05-30 06:16:30 +0000 |
commit | 4b1acd3091f03da07d2e3af75e4b9f349570ae80 (patch) | |
tree | c183271585fdffdc6f7993c9b300d18bdf9abdb6 /app-shells/gentoo-bashcomp | |
parent | Fileset 0.4 for 6.8.2-r2, fileset 0.2 for 6.8.99.8. (#93920) Don't specify fu... (diff) | |
download | gentoo-2-4b1acd3091f03da07d2e3af75e4b9f349570ae80.tar.gz gentoo-2-4b1acd3091f03da07d2e3af75e4b9f349570ae80.tar.bz2 gentoo-2-4b1acd3091f03da07d2e3af75e4b9f349570ae80.zip |
Added sparc stable keyword
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-shells/gentoo-bashcomp')
-rw-r--r-- | app-shells/gentoo-bashcomp/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-shells/gentoo-bashcomp/ChangeLog b/app-shells/gentoo-bashcomp/ChangeLog index 5ef0a39f42ef..69840f7d5cfb 100644 --- a/app-shells/gentoo-bashcomp/ChangeLog +++ b/app-shells/gentoo-bashcomp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-shells/gentoo-bashcomp # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/ChangeLog,v 1.10 2005/05/29 22:05:29 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/ChangeLog,v 1.11 2005/05/30 06:15:42 joker Exp $ + + 30 May 2005; Christian Birchinger <joker@gentoo.org> + gentoo-bashcomp-20050516.ebuild: + Added sparc stable keyword 29 May 2005; Marcus D. Hanwell <marcus@gentoo.org> gentoo-bashcomp-20050516.ebuild: diff --git a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild index 16a2334890a2..937ee5762e4f 100644 --- a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild +++ b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.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/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild,v 1.4 2005/05/29 22:05:29 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/gentoo-bashcomp-20050516.ebuild,v 1.5 2005/05/30 06:15:42 joker Exp $ DESCRIPTION="Gentoo-specific bash command-line completions (emerge, ebuild, equery, etc)" HOMEPAGE="http://developer.berlios.de/projects/gentoo-bashcomp/" @@ -8,7 +8,7 @@ SRC_URI="http://download.berlios.de/${PN}/${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="" RDEPEND=">=app-shells/bash-completion-20050121-r3" |