diff options
Diffstat (limited to 'media-video/griffith/griffith-9999.ebuild')
-rw-r--r-- | media-video/griffith/griffith-9999.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/media-video/griffith/griffith-9999.ebuild b/media-video/griffith/griffith-9999.ebuild index 908d7efa79e3..dbff1a153033 100644 --- a/media-video/griffith/griffith-9999.ebuild +++ b/media-video/griffith/griffith-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-video/griffith/griffith-9999.ebuild,v 1.10 2013/06/09 18:42:42 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-9999.ebuild,v 1.11 2013/12/28 21:25:30 hwoarang Exp $ EAPI="4" ESVN_REPO_URI="http://svn.berlios.de/svnroot/repos/griffith/trunk" @@ -51,9 +51,6 @@ src_prepare() { sed -i \ -e "s|locations\['lib'\], '..')|locations\['lib'\], '..', '..', 'share', 'griffith')|" \ lib/initialize.py || die "sed failed" - - # this patch has to go upstream - epatch "${FILESDIR}"/fix_lib_path.patch } src_compile() { |