diff options
author | Mark Guertin <gerk@gentoo.org> | 2002-12-17 22:41:07 +0000 |
---|---|---|
committer | Mark Guertin <gerk@gentoo.org> | 2002-12-17 22:41:07 +0000 |
commit | 6ec0473dfa928462dfc725566111c8f0e7443023 (patch) | |
tree | 5c9b41f37629e3d29c78d96f636b854a992a2d63 /sys-apps/bash | |
parent | fixed dependency on xine-lib to be lower than 1.0. (diff) | |
download | gentoo-2-6ec0473dfa928462dfc725566111c8f0e7443023.tar.gz gentoo-2-6ec0473dfa928462dfc725566111c8f0e7443023.tar.bz2 gentoo-2-6ec0473dfa928462dfc725566111c8f0e7443023.zip |
downgraded back to testing due to b0rking stage1 builds
Diffstat (limited to 'sys-apps/bash')
-rw-r--r-- | sys-apps/bash/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/bash/bash-2.05b-r3.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-apps/bash/ChangeLog b/sys-apps/bash/ChangeLog index 21606d6b8db1..d3d7768c0708 100644 --- a/sys-apps/bash/ChangeLog +++ b/sys-apps/bash/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/bash # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-apps/bash/ChangeLog,v 1.13 2002/12/09 22:34:03 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/bash/ChangeLog,v 1.14 2002/12/17 22:41:07 gerk Exp $ + + 17 Dec 2002; Mark Guertin <gerk@gentoo.org> bsh-2.05b-r3.ebuild : + Downgraded back to testing, the DEPEND for autoconf breaks the build + order for making stage1's (pulls in many unmatchable deps that require + g++ to build). 10 Dec 2002; Martin Schlemmer <azarah@gentoo.org> bash-2.05b-r3.ebuild : diff --git a/sys-apps/bash/bash-2.05b-r3.ebuild b/sys-apps/bash/bash-2.05b-r3.ebuild index 949d50f1070e..7f108ab09dad 100644 --- a/sys-apps/bash/bash-2.05b-r3.ebuild +++ b/sys-apps/bash/bash-2.05b-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/bash/bash-2.05b-r3.ebuild,v 1.8 2002/12/09 22:34:03 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/bash/bash-2.05b-r3.ebuild,v 1.9 2002/12/17 22:41:07 gerk Exp $ inherit eutils flag-o-matic @@ -16,7 +16,7 @@ HOMEPAGE="http://www.gnu.org/software/bash/bash.html" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" DEPEND=">=sys-libs/ncurses-5.2-r2 sys-devel/autoconf" |