diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2010-01-01 14:12:10 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2010-01-01 14:12:10 +0000 |
commit | f68faa14bd52e465cde65b2b55380e67f2d9991a (patch) | |
tree | 5ba3315e73c3c7a2442abd7358aec370bde0d96f /app-shells | |
parent | Version bumps (diff) | |
download | gentoo-2-f68faa14bd52e465cde65b2b55380e67f2d9991a.tar.gz gentoo-2-f68faa14bd52e465cde65b2b55380e67f2d9991a.tar.bz2 gentoo-2-f68faa14bd52e465cde65b2b55380e67f2d9991a.zip |
Stable on alpha, bug #295405
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash/ChangeLog | 7 | ||||
-rw-r--r-- | app-shells/bash/bash-4.0_p35.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index f23694dcd89c..6bde9c6b76db 100644 --- a/app-shells/bash/ChangeLog +++ b/app-shells/bash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/bash -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.241 2009/12/22 16:23:48 vapier Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.242 2010/01/01 14:12:10 klausman Exp $ + + 01 Jan 2010; Tobias Klausmann <klausman@gentoo.org> bash-4.0_p35.ebuild: + Stable on alpha, bug #295405 22 Dec 2009; Mike Frysinger <vapier@gentoo.org> bash-4.0_p35.ebuild: Mark ia64/s390/sh stable. diff --git a/app-shells/bash/bash-4.0_p35.ebuild b/app-shells/bash/bash-4.0_p35.ebuild index 8aed598cfcf6..bdf3a59b7d5f 100644 --- a/app-shells/bash/bash-4.0_p35.ebuild +++ b/app-shells/bash/bash-4.0_p35.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.0_p35.ebuild,v 1.9 2009/12/22 16:23:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.0_p35.ebuild,v 1.10 2010/01/01 14:12:10 klausman Exp $ EAPI="1" @@ -36,7 +36,7 @@ SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz $(patches) LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="afs bashlogger examples mem-scramble +net nls plugins vanilla" DEPEND=">=sys-libs/ncurses-5.2-r2 |