diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-04-23 12:56:54 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-04-23 12:56:54 +0000 |
commit | 337e0282e00c7b65464439737f5d5d8f9666efcc (patch) | |
tree | 54ee10f025d9ca1fe1f05cdedc2b556fe1062d75 /gnome-base | |
parent | do not enable hardware.. (diff) | |
download | historical-337e0282e00c7b65464439737f5d5d8f9666efcc.tar.gz historical-337e0282e00c7b65464439737f5d5d8f9666efcc.tar.bz2 historical-337e0282e00c7b65464439737f5d5d8f9666efcc.zip |
now really disabling it *duh*
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/nautilus/nautilus-2.2.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-base/nautilus/nautilus-2.2.3.ebuild b/gnome-base/nautilus/nautilus-2.2.3.ebuild index f1357c279b1a..b28ff5fc469c 100644 --- a/gnome-base/nautilus/nautilus-2.2.3.ebuild +++ b/gnome-base/nautilus/nautilus-2.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-2.2.3.ebuild,v 1.3 2003/04/23 12:52:24 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-2.2.3.ebuild,v 1.4 2003/04/23 12:56:54 foser Exp $ inherit gnome2 eutils @@ -39,7 +39,7 @@ DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12.0 >=gnome-base/gconf-1.2.1" -G2CONF="${G2CONF} --enable-gdialog=yes --disable-hardware" +G2CONF="${G2CONF} --enable-gdialog=yes" DOCS="AUTHORS COPYIN* ChangeLo* HACKING INSTALL MAINTAINERS NEWS README THANKS TODO" |