diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-07-29 04:54:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-07-29 04:54:44 +0000 |
commit | a05ed68a513cbfab371dc332dff5a209ee953759 (patch) | |
tree | d87ef9b802241c55b2ac35f3649d8d7b02851b5c /app-shells | |
parent | remove obsolete workaround (ESVN_DISABLE_DEPENDENCIES) (diff) | |
download | gentoo-2-a05ed68a513cbfab371dc332dff5a209ee953759.tar.gz gentoo-2-a05ed68a513cbfab371dc332dff5a209ee953759.tar.bz2 gentoo-2-a05ed68a513cbfab371dc332dff5a209ee953759.zip |
Call epatch_user #428288 by Sergey Popov.
(Portage version: 2.2.0_alpha116/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.2_p37.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index 5c3c896b3e50..16714f3e0620 100644 --- a/app-shells/bash/ChangeLog +++ b/app-shells/bash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/bash # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.315 2012/07/19 17:58:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.316 2012/07/29 04:54:44 vapier Exp $ + + 29 Jul 2012; Mike Frysinger <vapier@gentoo.org> bash-4.2_p37.ebuild: + Call epatch_user #428288 by Sergey Popov. *bash-4.2_p37 (19 Jul 2012) diff --git a/app-shells/bash/bash-4.2_p37.ebuild b/app-shells/bash/bash-4.2_p37.ebuild index 8e626cab78fa..30f8def4d8d2 100644 --- a/app-shells/bash/bash-4.2_p37.ebuild +++ b/app-shells/bash/bash-4.2_p37.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.2_p37.ebuild,v 1.1 2012/07/19 17:58:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.2_p37.ebuild,v 1.2 2012/07/29 04:54:44 vapier Exp $ EAPI="1" @@ -79,6 +79,8 @@ src_unpack() { epatch "${FILESDIR}"/${PN}-4.2-execute-job-control.patch #383237 epatch "${FILESDIR}"/${PN}-4.2-parallel-build.patch epatch "${FILESDIR}"/${PN}-4.2-no-readline.patch + + epatch_user } src_compile() { |