diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-05-27 00:47:20 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-05-27 00:47:20 +0000 |
commit | 0cea5a8b0f948c934626570067bbe6474f0401f7 (patch) | |
tree | 0c2a624f0649e41abf68658f17cb44aaf872eb92 /app-admin/eselect-mesa | |
parent | Version bump to 6.22 (diff) | |
download | gentoo-2-0cea5a8b0f948c934626570067bbe6474f0401f7.tar.gz gentoo-2-0cea5a8b0f948c934626570067bbe6474f0401f7.tar.bz2 gentoo-2-0cea5a8b0f948c934626570067bbe6474f0401f7.zip |
depend on bash-4, bug #368829.
(Portage version: 2.2.0_alpha34/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/eselect-mesa')
-rw-r--r-- | app-admin/eselect-mesa/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/eselect-mesa/eselect-mesa-0.0.10.ebuild | 5 | ||||
-rw-r--r-- | app-admin/eselect-mesa/eselect-mesa-0.0.9.ebuild | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/app-admin/eselect-mesa/ChangeLog b/app-admin/eselect-mesa/ChangeLog index c6ef046d5d35..24ca8cb59484 100644 --- a/app-admin/eselect-mesa/ChangeLog +++ b/app-admin/eselect-mesa/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/eselect-mesa # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-mesa/ChangeLog,v 1.24 2011/05/15 13:33:25 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-mesa/ChangeLog,v 1.25 2011/05/27 00:47:20 chithanh Exp $ + + 27 May 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + eselect-mesa-0.0.9.ebuild, eselect-mesa-0.0.10.ebuild: + depend on bash-4, bug #368829. 15 May 2011; Raúl Porcel <armin76@gentoo.org> eselect-mesa-0.0.10.ebuild: alpha/ia64/sh/sparc stable wrt #363965 diff --git a/app-admin/eselect-mesa/eselect-mesa-0.0.10.ebuild b/app-admin/eselect-mesa/eselect-mesa-0.0.10.ebuild index ab5e516bd31b..80389aa14b79 100644 --- a/app-admin/eselect-mesa/eselect-mesa-0.0.10.ebuild +++ b/app-admin/eselect-mesa/eselect-mesa-0.0.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-mesa/eselect-mesa-0.0.10.ebuild,v 1.6 2011/05/15 13:33:25 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-mesa/eselect-mesa-0.0.10.ebuild,v 1.7 2011/05/27 00:47:20 chithanh Exp $ EAPI=3 @@ -15,7 +15,8 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 sh sparc x86 ~x86-fbsd ~am IUSE="" DEPEND="" -RDEPEND=">=app-admin/eselect-1.2.4" +RDEPEND=">=app-admin/eselect-1.2.4 + >=app-shells/bash-4" src_install() { insinto /usr/share/eselect/modules diff --git a/app-admin/eselect-mesa/eselect-mesa-0.0.9.ebuild b/app-admin/eselect-mesa/eselect-mesa-0.0.9.ebuild index 73396b2969e4..809823f23a8f 100644 --- a/app-admin/eselect-mesa/eselect-mesa-0.0.9.ebuild +++ b/app-admin/eselect-mesa/eselect-mesa-0.0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-mesa/eselect-mesa-0.0.9.ebuild,v 1.8 2011/04/16 17:52:48 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-mesa/eselect-mesa-0.0.9.ebuild,v 1.9 2011/05/27 00:47:20 chithanh Exp $ EAPI=3 @@ -15,7 +15,8 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~amd6 IUSE="" DEPEND="" -RDEPEND=">=app-admin/eselect-1.2.4" +RDEPEND=">=app-admin/eselect-1.2.4 + >=app-shells/bash-4" src_install() { insinto /usr/share/eselect/modules |