diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-12-22 12:11:46 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-12-22 12:11:46 +0000 |
commit | c98487c79bd8062787325818f13f8f304aff0eda (patch) | |
tree | 4daa1c9442fc66b2c66f18fe69476312a6a5e9cc /x11-misc/pcmanfm/pcmanfm-0.5.2.ebuild | |
parent | Initial commit of utimer application. Thanks to Kfir Lavi <lavi.kfir@gmail.co... (diff) | |
download | gentoo-2-c98487c79bd8062787325818f13f8f304aff0eda.tar.gz gentoo-2-c98487c79bd8062787325818f13f8f304aff0eda.tar.bz2 gentoo-2-c98487c79bd8062787325818f13f8f304aff0eda.zip |
Introduce desktop-integration use flag. Thanks to Samuel BAUER <samuel.bauer@yahoo.fr>. Bug #349100
(Portage version: 2.2.0_alpha9/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/pcmanfm/pcmanfm-0.5.2.ebuild')
-rw-r--r-- | x11-misc/pcmanfm/pcmanfm-0.5.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/pcmanfm/pcmanfm-0.5.2.ebuild b/x11-misc/pcmanfm/pcmanfm-0.5.2.ebuild index f201d68c092e..53a574a5d2a9 100644 --- a/x11-misc/pcmanfm/pcmanfm-0.5.2.ebuild +++ b/x11-misc/pcmanfm/pcmanfm-0.5.2.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.5.2.ebuild,v 1.6 2010/02/23 18:44:07 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-0.5.2.ebuild,v 1.7 2010/12/22 12:11:46 hwoarang Exp $ EAPI="2" inherit autotools eutils fdo-mime @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 arm ppc x86" -IUSE="hal" +IUSE="desktop-integration hal" RDEPEND="virtual/fam x11-libs/cairo @@ -34,7 +34,7 @@ src_prepare() { } src_configure() { - econf $(use_enable hal) + econf $(use_enable desktop-integration) $(use_enable hal) } src_install() { |