diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-07-21 01:11:50 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-07-21 01:11:50 +0000 |
commit | b32453ee1603aebae658dedea3868b937d050253 (patch) | |
tree | 0051a6ac15f77f1c39e5c815163c6fd3be7ecc07 /app-shells | |
parent | Stable for HPPA (bug #277353). (diff) | |
download | gentoo-2-b32453ee1603aebae658dedea3868b937d050253.tar.gz gentoo-2-b32453ee1603aebae658dedea3868b937d050253.tar.bz2 gentoo-2-b32453ee1603aebae658dedea3868b937d050253.zip |
Stable for HPPA (bug #278441).
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/gentoo-bashcomp/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/gentoo-bashcomp/gentoo-bashcomp-20090613.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-shells/gentoo-bashcomp/ChangeLog b/app-shells/gentoo-bashcomp/ChangeLog index a9222bd0fce9..e93bb7ad11c1 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/ChangeLog,v 1.29 2009/06/13 02:30:30 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/ChangeLog,v 1.30 2009/07/21 01:11:50 jer Exp $ + + 21 Jul 2009; Jeroen Roovers <jer@gentoo.org> + gentoo-bashcomp-20090613.ebuild: + Stable for HPPA (bug #278441). *gentoo-bashcomp-20090613 (13 Jun 2009) diff --git a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20090613.ebuild b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20090613.ebuild index 62b4e841b3e3..5cc674863245 100644 --- a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20090613.ebuild +++ b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20090613.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/gentoo-bashcomp-20090613.ebuild,v 1.1 2009/06/13 02:30:30 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/gentoo-bashcomp-20090613.ebuild,v 1.2 2009/07/21 01:11:50 jer Exp $ DESCRIPTION="Gentoo-specific bash command-line completions (emerge, ebuild, equery, repoman, layman, etc)" HOMEPAGE="http://www.gentoo.org/" @@ -8,7 +8,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="" RDEPEND="app-shells/bash-completion" |