diff options
author | 2011-07-30 16:03:01 +0000 | |
---|---|---|
committer | 2011-07-30 16:03:01 +0000 | |
commit | 5a34d2d0120c3784897f5941552d4f18ac6e9397 (patch) | |
tree | bf90f582edac3fc63c6acd6f4bd13c78bd0756da /media-gfx/gimp/gimp-2.6.11-r2.ebuild | |
parent | Add myself as maintainer. (diff) | |
download | gentoo-2-5a34d2d0120c3784897f5941552d4f18ac6e9397.tar.gz gentoo-2-5a34d2d0120c3784897f5941552d4f18ac6e9397.tar.bz2 gentoo-2-5a34d2d0120c3784897f5941552d4f18ac6e9397.zip |
Fix compilation against curl-7.21.7 (bug #377075)
(Portage version: 2.2.0_alpha49/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/gimp/gimp-2.6.11-r2.ebuild')
-rw-r--r-- | media-gfx/gimp/gimp-2.6.11-r2.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/media-gfx/gimp/gimp-2.6.11-r2.ebuild b/media-gfx/gimp/gimp-2.6.11-r2.ebuild index 8add3d5fd1dc..a9db0b32b131 100644 --- a/media-gfx/gimp/gimp-2.6.11-r2.ebuild +++ b/media-gfx/gimp/gimp-2.6.11-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.6.11-r2.ebuild,v 1.1 2011/04/19 20:08:45 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.6.11-r2.ebuild,v 1.2 2011/07/30 16:03:01 angelos Exp $ EAPI="3" PYTHON_DEPEND="python? 2:2.5" @@ -94,6 +94,10 @@ src_prepare() { # https://bugzilla.gnome.org/show_bug.cgi?id=640409 epatch "${FILESDIR}"/gimp-libpng15-v2.diff + # don't use empty, removed header + # https://bugs.gentoo.org/show_bug.cgi?id=377075 + epatch "${FILESDIR}"/gimp-curl-headers.diff + echo '#!/bin/sh' > py-compile gnome2_src_prepare } |