diff options
author | Sebastian Pipping <sping@gentoo.org> | 2013-04-28 14:32:10 +0000 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2013-04-28 14:32:10 +0000 |
commit | 5fb1abbcf3d7b8810e6c0441b2e13f7d228c330e (patch) | |
tree | 788f9d4cfd7c54d250bf8f33d2c963803c5fdc85 /media-libs/gegl/gegl-9999.ebuild | |
parent | Add an eautoreconf call to prevent compilation problems caused by upstream re... (diff) | |
download | gentoo-2-5fb1abbcf3d7b8810e6c0441b2e13f7d228c330e.tar.gz gentoo-2-5fb1abbcf3d7b8810e6c0441b2e13f7d228c330e.tar.bz2 gentoo-2-5fb1abbcf3d7b8810e6c0441b2e13f7d228c330e.zip |
media-libs/gegl: Drop patch from 9999 (bug #460778)
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0x401A1600)
Diffstat (limited to 'media-libs/gegl/gegl-9999.ebuild')
-rw-r--r-- | media-libs/gegl/gegl-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media-libs/gegl/gegl-9999.ebuild b/media-libs/gegl/gegl-9999.ebuild index 2f459c197b5d..d10cdb7a686b 100644 --- a/media-libs/gegl/gegl-9999.ebuild +++ b/media-libs/gegl/gegl-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-9999.ebuild,v 1.2 2013/01/23 23:09:41 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-9999.ebuild,v 1.3 2013/04/28 14:32:10 sping Exp $ EAPI=4 @@ -54,7 +54,6 @@ RESTRICT="test" DOCS=( ChangeLog NEWS ) src_prepare() { - epatch "${FILESDIR}/${PN}-0.2.0-ffmpeg-0.11.diff" # fix OSX loadable module filename extension sed -i -e 's/\.dylib/.bundle/' configure.ac || die # don't require Apple's OpenCL on versions of OSX that don't have it |