diff options
author | 2005-01-21 01:24:55 +0000 | |
---|---|---|
committer | 2005-01-21 01:24:55 +0000 | |
commit | 6dfa544b258d1273ec15ebd918369f6e50c01d0f (patch) | |
tree | fcfd2ada49f55489137f4e3c076330e29916175f /gnome-base/nautilus | |
parent | ok, really fix the libtool script logic and include a lot of comments this time (diff) | |
download | gentoo-2-6dfa544b258d1273ec15ebd918369f6e50c01d0f.tar.gz gentoo-2-6dfa544b258d1273ec15ebd918369f6e50c01d0f.tar.bz2 gentoo-2-6dfa544b258d1273ec15ebd918369f6e50c01d0f.zip |
who let the dogs out
Diffstat (limited to 'gnome-base/nautilus')
-rw-r--r-- | gnome-base/nautilus/nautilus-2.8.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-base/nautilus/nautilus-2.8.2-r1.ebuild b/gnome-base/nautilus/nautilus-2.8.2-r1.ebuild index 5c340d41bfa0..01848c9598f7 100644 --- a/gnome-base/nautilus/nautilus-2.8.2-r1.ebuild +++ b/gnome-base/nautilus/nautilus-2.8.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-2.8.2-r1.ebuild,v 1.7 2005/01/20 09:39:28 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-2.8.2-r1.ebuild,v 1.8 2005/01/21 01:24:55 foser Exp $ inherit gnome2 eutils @@ -70,7 +70,7 @@ src_unpack() { use gstreamer && epatch ${FILESDIR}/${PN}-2.6-icon_view_gst_audio_preview.patch # add libgnomeprint support # With extra 2.8 fun - fixes #65604 - use cups && epatch ${FILESDIR}/${PN}-2.8-x-printers.patch + use cups && has_version >=net-print/libgnomecups-0.1.13 && epatch ${FILESDIR}/${PN}-2.8-x-printers.patch # patch to support libexif versions 0.5 and 0.6 epatch ${FILESDIR}/${PN}-2-libexif.patch |