diff options
Diffstat (limited to 'sys-devel/distcc/distcc-3.1-r10.ebuild')
-rw-r--r-- | sys-devel/distcc/distcc-3.1-r10.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-devel/distcc/distcc-3.1-r10.ebuild b/sys-devel/distcc/distcc-3.1-r10.ebuild index 18cb669d825b..e3cd11cbc149 100644 --- a/sys-devel/distcc/distcc-3.1-r10.ebuild +++ b/sys-devel/distcc/distcc-3.1-r10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.1-r10.ebuild,v 1.2 2014/11/02 10:10:01 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.1-r10.ebuild,v 1.3 2015/01/24 23:18:13 mgorny Exp $ EAPI=5 @@ -52,6 +52,7 @@ src_prepare() { epatch "${FILESDIR}/${P}-python.patch" # bug #351979 epatch "${FILESDIR}/${P}-argc-fix.patch" + epatch_user sed -i -e "/PATH/s:\$distcc_location:${DCCC_PATH}:" pump.in || die |