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 | bbede21f691c57248c6a15f0c1756c112e4dfd27 (patch) | |
tree | 5f33625175d74daac6d69eec45978930b44c01fa /gnome-base/nautilus | |
parent | do not enable hardware.. (diff) | |
download | gentoo-2-bbede21f691c57248c6a15f0c1756c112e4dfd27.tar.gz gentoo-2-bbede21f691c57248c6a15f0c1756c112e4dfd27.tar.bz2 gentoo-2-bbede21f691c57248c6a15f0c1756c112e4dfd27.zip |
now really disabling it *duh*
Diffstat (limited to 'gnome-base/nautilus')
-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" |