diff options
Diffstat (limited to 'media-video/thoggen/thoggen-0.4.1.ebuild')
-rw-r--r-- | media-video/thoggen/thoggen-0.4.1.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/media-video/thoggen/thoggen-0.4.1.ebuild b/media-video/thoggen/thoggen-0.4.1.ebuild index 24a82c664cdc..2856b8226a8f 100644 --- a/media-video/thoggen/thoggen-0.4.1.ebuild +++ b/media-video/thoggen/thoggen-0.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/thoggen/thoggen-0.4.1.ebuild,v 1.3 2006/02/26 10:04:18 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/thoggen/thoggen-0.4.1.ebuild,v 1.4 2006/04/01 13:21:15 hanno Exp $ inherit gnome2 eutils @@ -36,6 +36,11 @@ pkg_setup() { fi } +src_unpack() { + unpack ${A} + epatch ${FILESDIR}/${P}-libdvdread.diff +} + DOCS="AUTHORS ChangeLog NEWS README TODO" # needed to get around some sandboxing checks |