diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-01-24 23:18:13 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-01-24 23:18:13 +0000 |
commit | ab4e25dc1e001cc980a715811c25ee44abdd818a (patch) | |
tree | e72f93d5d73bcc2436771ac94c6b91d9b1355759 /sys-devel/distcc | |
parent | Initial version. Test dep for dev-ruby/liquid:3 (diff) | |
download | gentoo-2-ab4e25dc1e001cc980a715811c25ee44abdd818a.tar.gz gentoo-2-ab4e25dc1e001cc980a715811c25ee44abdd818a.tar.bz2 gentoo-2-ab4e25dc1e001cc980a715811c25ee44abdd818a.zip |
Add missing epatch_user.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sys-devel/distcc')
-rw-r--r-- | sys-devel/distcc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/distcc/distcc-3.1-r10.ebuild | 5 | ||||
-rw-r--r-- | sys-devel/distcc/distcc-3.2_rc1-r2.ebuild | 3 |
3 files changed, 10 insertions, 4 deletions
diff --git a/sys-devel/distcc/ChangeLog b/sys-devel/distcc/ChangeLog index 5e340727f27e..133262d046d9 100644 --- a/sys-devel/distcc/ChangeLog +++ b/sys-devel/distcc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/distcc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.239 2015/01/01 23:31:50 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.240 2015/01/24 23:18:13 mgorny Exp $ + + 24 Jan 2015; Michał Górny <mgorny@gentoo.org> distcc-3.1-r10.ebuild, + distcc-3.2_rc1-r2.ebuild: + Add missing epatch_user. *distcc-3.2_rc1-r2 (01 Jan 2015) 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 diff --git a/sys-devel/distcc/distcc-3.2_rc1-r2.ebuild b/sys-devel/distcc/distcc-3.2_rc1-r2.ebuild index 9fc4da101d75..67a8b87e1081 100644 --- a/sys-devel/distcc/distcc-3.2_rc1-r2.ebuild +++ b/sys-devel/distcc/distcc-3.2_rc1-r2.ebuild @@ -1,6 +1,6 @@ # 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.2_rc1-r2.ebuild,v 1.1 2015/01/01 23:31:50 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.2_rc1-r2.ebuild,v 1.2 2015/01/24 23:18:13 mgorny Exp $ EAPI=5 @@ -61,6 +61,7 @@ src_prepare() { epatch "${FILESDIR}/${PN}-3.2_rc1-python.patch" # for net-libs/libgssglue epatch "${FILESDIR}/${PN}-3.2_rc1-gssapi.patch" + epatch_user # Bugs #120001, #167844 and probably more. See patch for description. use hardened && epatch "${FILESDIR}/distcc-hardened.patch" |