diff options
author | Friedrich Oslage <bluebird@gentoo.org> | 2008-12-31 18:35:24 +0000 |
---|---|---|
committer | Friedrich Oslage <bluebird@gentoo.org> | 2008-12-31 18:35:24 +0000 |
commit | 01f7227231dfe502c6b60b7834f2ed73cd3eec06 (patch) | |
tree | 82d93e389a4dc8ca2c3c37ac5d8fea2c832faf5a /app-shells | |
parent | Version bump (diff) | |
download | gentoo-2-01f7227231dfe502c6b60b7834f2ed73cd3eec06.tar.gz gentoo-2-01f7227231dfe502c6b60b7834f2ed73cd3eec06.tar.bz2 gentoo-2-01f7227231dfe502c6b60b7834f2ed73cd3eec06.zip |
Stable on sparc, bug #235020
(Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r7 sparc64)
Diffstat (limited to 'app-shells')
-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 19a217db9ef4..347c39c2e5af 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.186 2008/11/20 20:57:20 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.187 2008/12/31 18:35:24 bluebird Exp $ + + 31 Dec 2008; Friedrich Oslage <bluebird@gentoo.org> bash-3.2_p39.ebuild: + Stable on sparc, bug #235020 *bash-3.2_p48 (20 Nov 2008) diff --git a/app-shells/bash/bash-3.2_p39.ebuild b/app-shells/bash/bash-3.2_p39.ebuild index ab415cda95b1..3f89f273821f 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.9 2008/08/24 17:35:19 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p39.ebuild,v 1.10 2008/12/31 18:35:24 bluebird 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" |