diff options
author | 2013-10-09 02:03:56 +0000 | |
---|---|---|
committer | 2013-10-09 02:03:56 +0000 | |
commit | a7a535a0ab4eab943e7c61d7d16c0853a9b0196d (patch) | |
tree | 15e5baa7a8298e60c27e5d793644d876e2513031 /app-accessibility/sphinx3/sphinx3-0.8.ebuild | |
parent | Add ruby20 target. (diff) | |
download | gentoo-2-a7a535a0ab4eab943e7c61d7d16c0853a9b0196d.tar.gz gentoo-2-a7a535a0ab4eab943e7c61d7d16c0853a9b0196d.tar.bz2 gentoo-2-a7a535a0ab4eab943e7c61d7d16c0853a9b0196d.zip |
Remove include of nonexistent header. Closes bug #487098.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0x6521e06d)
Diffstat (limited to 'app-accessibility/sphinx3/sphinx3-0.8.ebuild')
-rw-r--r-- | app-accessibility/sphinx3/sphinx3-0.8.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-accessibility/sphinx3/sphinx3-0.8.ebuild b/app-accessibility/sphinx3/sphinx3-0.8.ebuild index 04e0ebf1bdcd..5beefcd41d47 100644 --- a/app-accessibility/sphinx3/sphinx3-0.8.ebuild +++ b/app-accessibility/sphinx3/sphinx3-0.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/sphinx3/sphinx3-0.8.ebuild,v 1.5 2012/11/28 18:15:13 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/sphinx3/sphinx3-0.8.ebuild,v 1.6 2013/10/09 02:03:56 teiresias Exp $ EAPI=3 PYTHON_DEPEND="python? 2:2.6" @@ -25,7 +25,8 @@ RDEPEND="${DEPEND}" AUTOTOOLS_IN_SOURCE_BUILD=1 src_prepare() { - epatch "${FILESDIR}/${P}_heap_fix.patch" + epatch "${FILESDIR}/${P}_heap_fix.patch" \ + "${FILESDIR}/${P}-libutil.patch" eprefixify 'python/setup.py' } |