diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2008-08-24 17:35:19 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2008-08-24 17:35:19 +0000 |
commit | 96e665d791986fa55e3eef12f593bc554e410d00 (patch) | |
tree | e2c704301fa4affca4657c660eee403a59871e60 /app-shells/bash | |
parent | Slight improvement on build patch. Add explanation. (diff) | |
download | gentoo-2-96e665d791986fa55e3eef12f593bc554e410d00.tar.gz gentoo-2-96e665d791986fa55e3eef12f593bc554e410d00.tar.bz2 gentoo-2-96e665d791986fa55e3eef12f593bc554e410d00.zip |
Misread bug #235020
(Portage version: 2.2_rc8/cvs/Linux 2.6.26.1 x86_64)
Diffstat (limited to 'app-shells/bash')
-rw-r--r-- | app-shells/bash/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/bash/bash-3.2_p39.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index 9e121aa32c6c..129e28c9486b 100644 --- a/app-shells/bash/ChangeLog +++ b/app-shells/bash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/bash # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.183 2008/08/24 17:32:33 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.184 2008/08/24 17:35:19 klausman Exp $ + + 24 Aug 2008; Tobias Klausmann <klausman@gentoo.org> bash-3.2_p39.ebuild: + Misread bug #235020 24 Aug 2008; Tobias Klausmann <klausman@gentoo.org> bash-3.2_p39.ebuild: Stable on alpha, bug #235020 diff --git a/app-shells/bash/bash-3.2_p39.ebuild b/app-shells/bash/bash-3.2_p39.ebuild index 551b9239b7be..ab415cda95b1 100644 --- a/app-shells/bash/bash-3.2_p39.ebuild +++ b/app-shells/bash/bash-3.2_p39.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p39.ebuild,v 1.8 2008/08/24 17:32:33 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p39.ebuild,v 1.9 2008/08/24 17:35:19 klausman Exp $ inherit eutils flag-o-matic toolchain-funcs multilib @@ -31,7 +31,7 @@ SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="afs bashlogger examples nls plugins vanilla" DEPEND=">=sys-libs/ncurses-5.2-r2" |