summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-01-13 23:33:23 +0000
committerMike Frysinger <vapier@gentoo.org>2007-01-13 23:33:23 +0000
commita4d676d3556c9091fd9de1f2cef6082a8e1e35be (patch)
treebcaef013f3842df4f344e45f7f2ca8a966df795d /gnome-base/nautilus
parentarm/ia64/sh stable (diff)
downloadgentoo-2-a4d676d3556c9091fd9de1f2cef6082a8e1e35be.tar.gz
gentoo-2-a4d676d3556c9091fd9de1f2cef6082a8e1e35be.tar.bz2
gentoo-2-a4d676d3556c9091fd9de1f2cef6082a8e1e35be.zip
arm/ia64/sh stable
(Portage version: 2.1.2_rc4-r9)
Diffstat (limited to 'gnome-base/nautilus')
-rw-r--r--gnome-base/nautilus/nautilus-2.16.3.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnome-base/nautilus/nautilus-2.16.3.ebuild b/gnome-base/nautilus/nautilus-2.16.3.ebuild
index 6e09633cb900..858dd42572cf 100644
--- a/gnome-base/nautilus/nautilus-2.16.3.ebuild
+++ b/gnome-base/nautilus/nautilus-2.16.3.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/gnome-base/nautilus/nautilus-2.16.3.ebuild,v 1.6 2006/12/21 12:57:05 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-2.16.3.ebuild,v 1.7 2007/01/13 23:33:23 vapier Exp $
inherit virtualx eutils gnome2
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnome.org/projects/nautilus/"
LICENSE="GPL-2 LGPL-2 FDL-1.1"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sh sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ia64 ppc ppc64 sh sparc x86"
IUSE="beagle gnome"
# cups flac gstreamer mad ogg vorbis
@@ -67,5 +67,5 @@ src_unpack() {
gnome2_src_unpack
# fix relative include path breaking libIDL (#129366)
- epatch ${FILESDIR}/${PN}-2.16.0-idl_include.patch
+ epatch "${FILESDIR}"/${PN}-2.16.0-idl_include.patch
}