diff options
author | Scott W Taylor <swtaylor@gentoo.org> | 2004-09-28 21:43:53 +0000 |
---|---|---|
committer | Scott W Taylor <swtaylor@gentoo.org> | 2004-09-28 21:43:53 +0000 |
commit | d986a4c0d5249cea9402c451d9438f42101df9d5 (patch) | |
tree | a44decb8297c0a004da97558e0e85c251b71d058 /media-gfx/eog/eog-2.6.1.ebuild | |
parent | Bump revision to carry out mozilla.eclass change: don't use typeaheadfind on ... (diff) | |
download | gentoo-2-d986a4c0d5249cea9402c451d9438f42101df9d5.tar.gz gentoo-2-d986a4c0d5249cea9402c451d9438f42101df9d5.tar.bz2 gentoo-2-d986a4c0d5249cea9402c451d9438f42101df9d5.zip |
plays nicely with libexif-0.6
Diffstat (limited to 'media-gfx/eog/eog-2.6.1.ebuild')
-rw-r--r-- | media-gfx/eog/eog-2.6.1.ebuild | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/media-gfx/eog/eog-2.6.1.ebuild b/media-gfx/eog/eog-2.6.1.ebuild index 80777f2c723a..2d1f17463795 100644 --- a/media-gfx/eog/eog-2.6.1.ebuild +++ b/media-gfx/eog/eog-2.6.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/eog-2.6.1.ebuild,v 1.8 2004/08/22 19:03:58 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/eog-2.6.1.ebuild,v 1.9 2004/09/28 21:43:53 swtaylor Exp $ -inherit gnome2 +inherit gnome2 eutils DESCRIPTION="Eye Of Gnome, an image viewer" HOMEPAGE="http://www.gnome.org/" @@ -35,3 +35,9 @@ DEPEND="${RDEPEND} G2CONF="${G2CONF} $(use_with jpeg libjpeg) $(use_with jpeg libexif)" DOCS="AUTHORS ChangeLog COPYING README INSTALL NEWS HACKING DEPENDS THANKS TODO" + +src_unpack() { + unpack ${A} + cd ${S} + has_version '>=media-libs/libexif-0.6' && epatch ${FILESDIR}/${P}-libexif-0.6.patch +} |