diff options
author | 2014-08-24 17:53:01 +0000 | |
---|---|---|
committer | 2014-08-24 17:53:01 +0000 | |
commit | 92c9ddf58cf53efac2e0ba428fdc2cb2388c0476 (patch) | |
tree | 2e9c742447296f180a2a6b76ef8829041617f7f3 /app-shells | |
parent | whitespace (diff) | |
download | gentoo-2-92c9ddf58cf53efac2e0ba428fdc2cb2388c0476.tar.gz gentoo-2-92c9ddf58cf53efac2e0ba428fdc2cb2388c0476.tar.bz2 gentoo-2-92c9ddf58cf53efac2e0ba428fdc2cb2388c0476.zip |
Version bump. Removed old
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash/ChangeLog | 8 | ||||
-rw-r--r-- | app-shells/bash/bash-4.3_p24.ebuild (renamed from app-shells/bash/bash-4.3_p22.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index 1dda0a265e26..5720185a66b9 100644 --- a/app-shells/bash/ChangeLog +++ b/app-shells/bash/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-shells/bash # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.377 2014/08/12 21:36:34 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.378 2014/08/24 17:53:01 polynomial-c Exp $ + +*bash-4.3_p24 (24 Aug 2014) + + 24 Aug 2014; Lars Wendler <polynomial-c@gentoo.org> -bash-4.3_p22.ebuild, + +bash-4.3_p24.ebuild: + Version bump. Removed old. *bash-4.3_p22-r1 (12 Aug 2014) diff --git a/app-shells/bash/bash-4.3_p22.ebuild b/app-shells/bash/bash-4.3_p24.ebuild index 8f273a741bb0..0839fb957d93 100644 --- a/app-shells/bash/bash-4.3_p22.ebuild +++ b/app-shells/bash/bash-4.3_p24.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.3_p22.ebuild,v 1.1 2014/08/02 02:21:26 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.3_p24.ebuild,v 1.1 2014/08/24 17:53:01 polynomial-c Exp $ EAPI="4" @@ -85,7 +85,7 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-4.3-compat-lvl.patch epatch "${FILESDIR}"/${PN}-4.3-parse-time-keyword.patch - epatch "${FILESDIR}"/${PN}-4.3-indirect-array-element.patch + epatch "${FILESDIR}"/${PN}-4.3-append-process-segfault.patch epatch_user } |