diff options
author | 2013-07-16 14:44:56 +0000 | |
---|---|---|
committer | 2013-07-16 14:44:56 +0000 | |
commit | 6ef065935673a309ad388cab70b2a066c42f9d4d (patch) | |
tree | df0f92a9f1c9bf6b250da8d8e2df5602aac5ff75 /app-shells | |
parent | puppet version bump from 3.2.2 to 3.2.3 (diff) | |
download | gentoo-2-6ef065935673a309ad388cab70b2a066c42f9d4d.tar.gz gentoo-2-6ef065935673a309ad388cab70b2a066c42f9d4d.tar.bz2 gentoo-2-6ef065935673a309ad388cab70b2a066c42f9d4d.zip |
Remove the bashcomp blocker and let the broken files be for now
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash-completion/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/bash-completion/bash-completion-2.1-r1.ebuild | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-shells/bash-completion/ChangeLog b/app-shells/bash-completion/ChangeLog index 31bbbe27babf..c507d56c8e00 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.255 2013/07/16 01:26:22 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.256 2013/07/16 14:44:56 ssuominen Exp $ + + 16 Jul 2013; Samuli Suominen <ssuominen@gentoo.org> + bash-completion-2.1-r1.ebuild: + Remove the bashcomp blocker and let the broken files be for now 16 Jul 2013; Samuli Suominen <ssuominen@gentoo.org> bash-completion-2.1-r1.ebuild: diff --git a/app-shells/bash-completion/bash-completion-2.1-r1.ebuild b/app-shells/bash-completion/bash-completion-2.1-r1.ebuild index ebe92e67bc71..45730ad6151f 100644 --- a/app-shells/bash-completion/bash-completion-2.1-r1.ebuild +++ b/app-shells/bash-completion/bash-completion-2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r1.ebuild,v 1.4 2013/07/16 01:26:22 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r1.ebuild,v 1.5 2013/07/16 14:44:56 ssuominen Exp $ EAPI=5 @@ -14,8 +14,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 IUSE="" RDEPEND="|| ( >=app-shells/bash-4.1 app-shells/zsh ) - sys-apps/miscfiles - !<app-shells/gentoo-bashcomp-20130101" #472938#c1 + sys-apps/miscfiles" src_install() { default |