diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-09-07 19:09:55 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-09-07 19:09:55 +0000 |
commit | bb42e356413444ee5ea76f79d32f5adde1fdf496 (patch) | |
tree | 839d0b662dcf201511bbef5ad3ebcc3fd7a15128 /app-shells | |
parent | add license for net-misc/icaclient, bug 283944 (diff) | |
download | gentoo-2-bb42e356413444ee5ea76f79d32f5adde1fdf496.tar.gz gentoo-2-bb42e356413444ee5ea76f79d32f5adde1fdf496.tar.bz2 gentoo-2-bb42e356413444ee5ea76f79d32f5adde1fdf496.zip |
Stable on alpha, bug #270008
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/bash/bash-4.0_p28.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index 9f1bd7b0a0a4..8cf02d0d0049 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.219 2009/07/25 05:43:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.220 2009/09/07 19:09:55 klausman Exp $ + + 07 Sep 2009; Tobias Klausmann <klausman@gentoo.org> bash-4.0_p28.ebuild: + Stable on alpha, bug #270008 *bash-4.0_p28 (25 Jul 2009) diff --git a/app-shells/bash/bash-4.0_p28.ebuild b/app-shells/bash/bash-4.0_p28.ebuild index 6b65c2c1f676..8fb73d7b5e9a 100644 --- a/app-shells/bash/bash-4.0_p28.ebuild +++ b/app-shells/bash/bash-4.0_p28.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.0_p28.ebuild,v 1.1 2009/07/25 05:43:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.0_p28.ebuild,v 1.2 2009/09/07 19:09:55 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 ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" IUSE="afs bashlogger examples +net nls plugins vanilla" DEPEND=">=sys-libs/ncurses-5.2-r2 |