diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-08-24 21:49:40 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-08-24 21:49:40 +0000 |
commit | b2660efd5e98cf24085d8e95a8b5abe68ad6eb93 (patch) | |
tree | f1e32a8229e6f2607454a198373141a417ca2d76 | |
parent | fix Manifest (diff) | |
download | gentoo-2-b2660efd5e98cf24085d8e95a8b5abe68ad6eb93.tar.gz gentoo-2-b2660efd5e98cf24085d8e95a8b5abe68ad6eb93.tar.bz2 gentoo-2-b2660efd5e98cf24085d8e95a8b5abe68ad6eb93.zip |
Depend on <eselect-1.3.7 because newer versions don't install the bashcomp module any more, bug 476992.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
-rw-r--r-- | app-shells/bash-completion/ChangeLog | 7 | ||||
-rw-r--r-- | app-shells/bash-completion/bash-completion-1.3-r2.ebuild | 4 | ||||
-rw-r--r-- | app-shells/bash-completion/bash-completion-2.1.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/app-shells/bash-completion/ChangeLog b/app-shells/bash-completion/ChangeLog index c507d56c8e00..0a03b2a7e4c9 100644 --- a/app-shells/bash-completion/ChangeLog +++ b/app-shells/bash-completion/ChangeLog @@ -1,6 +1,11 @@ # 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.256 2013/07/16 14:44:56 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.257 2013/08/24 21:49:40 ulm Exp $ + + 24 Aug 2013; Ulrich Müller <ulm@gentoo.org> bash-completion-1.3-r2.ebuild, + bash-completion-2.1.ebuild: + Depend on <eselect-1.3.7 because newer versions don't install the bashcomp + module any more, bug 476992. 16 Jul 2013; Samuli Suominen <ssuominen@gentoo.org> bash-completion-2.1-r1.ebuild: diff --git a/app-shells/bash-completion/bash-completion-1.3-r2.ebuild b/app-shells/bash-completion/bash-completion-1.3-r2.ebuild index e29ef8c7a49e..669f26ef2494 100644 --- a/app-shells/bash-completion/bash-completion-1.3-r2.ebuild +++ b/app-shells/bash-completion/bash-completion-1.3-r2.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-1.3-r2.ebuild,v 1.12 2013/06/02 08:43:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-1.3-r2.ebuild,v 1.13 2013/08/24 21:49:40 ulm Exp $ EAPI=3 inherit prefix @@ -15,7 +15,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbs IUSE="" DEPEND="" -RDEPEND="app-admin/eselect +RDEPEND="<app-admin/eselect-1.3.7 || ( >=app-shells/bash-3.2 app-shells/zsh ) sys-apps/miscfiles" PDEPEND="app-shells/gentoo-bashcomp" diff --git a/app-shells/bash-completion/bash-completion-2.1.ebuild b/app-shells/bash-completion/bash-completion-2.1.ebuild index ba768241b3c0..a41dc3f74f2a 100644 --- a/app-shells/bash-completion/bash-completion-2.1.ebuild +++ b/app-shells/bash-completion/bash-completion-2.1.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.ebuild,v 1.3 2013/06/17 13:37:55 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-2.1.ebuild,v 1.4 2013/08/24 21:49:40 ulm Exp $ EAPI=5 inherit prefix @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris" IUSE="" -RDEPEND="app-admin/eselect +RDEPEND="<app-admin/eselect-1.3.7 || ( >=app-shells/bash-3.2 app-shells/zsh ) sys-apps/miscfiles" PDEPEND="app-shells/gentoo-bashcomp" |