diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-03-19 03:37:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-03-19 03:37:33 +0000 |
commit | c090d326c129cc535ad5e4c67280e7c55ed1dd1f (patch) | |
tree | 5872fbd75a6113161c8e2848261a4a5518adec9d /app-shells | |
parent | Move the readline version to a global var so it stays in sync. (diff) | |
download | gentoo-2-c090d326c129cc535ad5e4c67280e7c55ed1dd1f.tar.gz gentoo-2-c090d326c129cc535ad5e4c67280e7c55ed1dd1f.tar.bz2 gentoo-2-c090d326c129cc535ad5e4c67280e7c55ed1dd1f.zip |
Drop job/readline patches as they appear to be fixed in this release already.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/bash/bash-4.3-r1.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index af3fea04a336..faa3ee780c76 100644 --- a/app-shells/bash/ChangeLog +++ b/app-shells/bash/ChangeLog @@ -1,6 +1,9 @@ # 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.355 2014/03/19 03:32:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.356 2014/03/19 03:37:33 vapier Exp $ + + 19 Mar 2014; Mike Frysinger <vapier@gentoo.org> bash-4.3-r1.ebuild: + Drop job/readline patches as they appear to be fixed in this release already. 19 Mar 2014; Mike Frysinger <vapier@gentoo.org> bash-4.3-r1.ebuild: Move the readline version to a global var so it stays in sync. diff --git a/app-shells/bash/bash-4.3-r1.ebuild b/app-shells/bash/bash-4.3-r1.ebuild index f52a5680fc37..657e88795016 100644 --- a/app-shells/bash/bash-4.3-r1.ebuild +++ b/app-shells/bash/bash-4.3-r1.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-r1.ebuild,v 1.2 2014/03/19 03:32:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.3-r1.ebuild,v 1.3 2014/03/19 03:37:33 vapier Exp $ EAPI="4" @@ -83,8 +83,6 @@ src_prepare() { sed -i -r '/^(HS|RL)USER/s:=.*:=:' doc/Makefile.in || die touch -r . doc/* - epatch "${FILESDIR}"/${PN}-4.2-execute-job-control.patch #383237 - epatch "${FILESDIR}"/${PN}-4.2-no-readline.patch epatch "${FILESDIR}"/${P}-debug-trap.patch epatch "${FILESDIR}"/${P}-jobs-exit.patch epatch "${FILESDIR}"/${P}-parse-ansi-expand.patch |