summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2010-01-13 19:56:10 +0000
committerFabian Groffen <grobian@gentoo.org>2010-01-13 19:56:10 +0000
commit45ff9363ff1add5ef5951a5698713354d4f87f73 (patch)
tree03b0286c7cd31868dd28a2da1415fad4f976599a /app-shells/bash-completion
parentRemove vulnerable ebuilds, 300468 (diff)
downloadgentoo-2-45ff9363ff1add5ef5951a5698713354d4f87f73.tar.gz
gentoo-2-45ff9363ff1add5ef5951a5698713354d4f87f73.tar.bz2
gentoo-2-45ff9363ff1add5ef5951a5698713354d4f87f73.zip
Marked ~sparc-solaris, ~sparc64-solaris, bug #300813
(Portage version: 2.2.00.15187-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'app-shells/bash-completion')
-rw-r--r--app-shells/bash-completion/ChangeLog6
-rw-r--r--app-shells/bash-completion/bash-completion-1.1-r5.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/app-shells/bash-completion/ChangeLog b/app-shells/bash-completion/ChangeLog
index a96bc9c81605..b4cd83880512 100644
--- a/app-shells/bash-completion/ChangeLog
+++ b/app-shells/bash-completion/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-shells/bash-completion
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.210 2010/01/11 17:39:56 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.211 2010/01/13 19:56:10 grobian Exp $
+
+ 13 Jan 2010; Fabian Groffen <grobian@gentoo.org>
+ bash-completion-1.1-r5.ebuild:
+ Marked ~sparc-solaris, ~sparc64-solaris, bug #300813
11 Jan 2010; Jeremy Olexa <darkside@gentoo.org> files/bash-completion.sh:
Style changes and fix for trying to source a file outside of the EPREFIX.
diff --git a/app-shells/bash-completion/bash-completion-1.1-r5.ebuild b/app-shells/bash-completion/bash-completion-1.1-r5.ebuild
index 28ba4f55f35a..f976cdf23827 100644
--- a/app-shells/bash-completion/bash-completion-1.1-r5.ebuild
+++ b/app-shells/bash-completion/bash-completion-1.1-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-1.1-r5.ebuild,v 1.5 2010/01/09 15:12:05 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-1.1-r5.ebuild,v 1.6 2010/01/13 19:56:10 grobian Exp $
EAPI="2"
inherit prefix
@@ -11,7 +11,7 @@ SRC_URI="http://bash-completion.alioth.debian.org/files/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~m68k-mint"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~m68k-mint ~sparc-solaris ~sparc64-solaris"
IUSE=""
DEPEND=""