diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2014-04-07 10:17:50 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2014-04-07 10:17:50 +0000 |
commit | 595eae7da3bc8f7a9fc76ef2279859a419fd2369 (patch) | |
tree | 73da345e8f553efeaae9311b2336d81295ce8dee /dev-libs/boost/boost-1.53.0-r1.ebuild | |
parent | Fix building with USE='tools', wrt bug #506064, patch by Ed Catmur <ed AT cat... (diff) | |
download | gentoo-2-595eae7da3bc8f7a9fc76ef2279859a419fd2369.tar.gz gentoo-2-595eae7da3bc8f7a9fc76ef2279859a419fd2369.tar.bz2 gentoo-2-595eae7da3bc8f7a9fc76ef2279859a419fd2369.zip |
Add support for user patches via epatch_user
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'dev-libs/boost/boost-1.53.0-r1.ebuild')
-rw-r--r-- | dev-libs/boost/boost-1.53.0-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-libs/boost/boost-1.53.0-r1.ebuild b/dev-libs/boost/boost-1.53.0-r1.ebuild index 0ea6abd85532..c1d858a8e3c2 100644 --- a/dev-libs/boost/boost-1.53.0-r1.ebuild +++ b/dev-libs/boost/boost-1.53.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.53.0-r1.ebuild,v 1.1 2013/12/27 16:59:47 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.53.0-r1.ebuild,v 1.2 2014/04/07 10:17:50 pinkbyte Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) @@ -82,6 +82,8 @@ src_prepare() { #endif EOF done + + epatch_user } ejam() { |