diff options
author | Tiago Cunha <tcunha@gentoo.org> | 2009-07-22 15:40:27 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gentoo.org> | 2009-07-22 15:40:27 +0000 |
commit | c1fca2dbd9106b89222cc8fd5bb8886099ac4b4f (patch) | |
tree | b2a813d753110b25b269ca51b21ee03da4a86198 /app-shells | |
parent | Don't run as root wrt #165331. (diff) | |
download | gentoo-2-c1fca2dbd9106b89222cc8fd5bb8886099ac4b4f.tar.gz gentoo-2-c1fca2dbd9106b89222cc8fd5bb8886099ac4b4f.tar.bz2 gentoo-2-c1fca2dbd9106b89222cc8fd5bb8886099ac4b4f.zip |
stable sparc, bug 278441
(Portage version: 2.1.6.13/cvs/Linux sparc64)
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 d9d0663f0b0e..e4a96f94f1cd 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.31 2009/07/21 03:55:18 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/ChangeLog,v 1.32 2009/07/22 15:40:27 tcunha Exp $ + + 22 Jul 2009; Tiago Cunha <tcunha@gentoo.org> + gentoo-bashcomp-20090613.ebuild: + stable sparc, bug 278441 21 Jul 2009; Jeremy Olexa <darkside@gentoo.org> gentoo-bashcomp-20090613.ebuild: diff --git a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20090613.ebuild b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20090613.ebuild index f8b1bb2058c9..81367de17355 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.3 2009/07/21 03:55:18 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/gentoo-bashcomp/gentoo-bashcomp-20090613.ebuild,v 1.4 2009/07/22 15:40:27 tcunha 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" |