diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-12-26 00:16:54 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-12-26 00:16:54 +0000 |
commit | c3acc1cdd050ac1d72a212d79d62667c030801ed (patch) | |
tree | ca2b751a16e2d786f7a9ac9df6e0c9c62d1f636e /x11-misc/pcmanfm/pcmanfm-0.9.7-r2.ebuild | |
parent | Update mime database. Punt static (.a) and libtool (.la) files. Fix dependenc... (diff) | |
download | historical-c3acc1cdd050ac1d72a212d79d62667c030801ed.tar.gz historical-c3acc1cdd050ac1d72a212d79d62667c030801ed.tar.bz2 historical-c3acc1cdd050ac1d72a212d79d62667c030801ed.zip |
Fix libfm dependencies and IUSE.
Package-Manager: portage-2.2.0_alpha10/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/pcmanfm/pcmanfm-0.9.7-r2.ebuild')
-rw-r--r-- | x11-misc/pcmanfm/pcmanfm-0.9.7-r2.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-misc/pcmanfm/pcmanfm-0.9.7-r2.ebuild b/x11-misc/pcmanfm/pcmanfm-0.9.7-r2.ebuild index 12b4c776ec02..497d8d7ed20c 100644 --- a/x11-misc/pcmanfm/pcmanfm-0.9.7-r2.ebuild +++ b/x11-misc/pcmanfm/pcmanfm-0.9.7-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-0.9.7-r2.ebuild,v 1.3 2010/10/24 20:17:50 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-0.9.7-r2.ebuild,v 1.4 2010/12/26 00:16:54 ssuominen Exp $ EAPI="2" inherit eutils fdo-mime @@ -12,12 +12,10 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~x86" -IUSE="debug gnome hal udev" +IUSE="debug" RDEPEND=">=dev-libs/glib-2.18:2 >=x11-libs/gtk+-2.16:2 - gnome? ( hal? ( gnome-base/gnome-mount ) ) - gnome? ( gnome-base/gvfs[hal?,udev?] ) >=lxde-base/menu-cache-0.3.2 x11-misc/shared-mime-info >=x11-libs/libfm-0.1.11 |