summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-09-10 11:45:31 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-09-10 11:45:31 +0000
commited221816ab2136b1801733da99ee144b4dfca87b (patch)
tree2a5cd3dea375e2c54cd4fd24826bb9974f0ae608 /x11-misc/pcmanfm/pcmanfm-9999.ebuild
parentDrop -O0. Bug #382265 (diff)
downloadhistorical-ed221816ab2136b1801733da99ee144b4dfca87b.tar.gz
historical-ed221816ab2136b1801733da99ee144b4dfca87b.tar.bz2
historical-ed221816ab2136b1801733da99ee144b4dfca87b.zip
Errr fix my previous commit where I removed git-2 eclass accidentally
Package-Manager: portage-2.2.0_alpha54/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/pcmanfm/pcmanfm-9999.ebuild')
-rw-r--r--x11-misc/pcmanfm/pcmanfm-9999.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-misc/pcmanfm/pcmanfm-9999.ebuild b/x11-misc/pcmanfm/pcmanfm-9999.ebuild
index bfe0c3377255..0f1dca3ddc71 100644
--- a/x11-misc/pcmanfm/pcmanfm-9999.ebuild
+++ b/x11-misc/pcmanfm/pcmanfm-9999.ebuild
@@ -1,11 +1,12 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-9999.ebuild,v 1.12 2011/09/10 11:40:05 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-9999.ebuild,v 1.13 2011/09/10 11:45:31 hwoarang Exp $
EAPI=3
EGIT_REPO_URI="git://pcmanfm.git.sourceforge.net/gitroot/pcmanfm/${PN}"
-inherit autotools fdo-mime
+
+inherit autotools git-2 fdo-mime
DESCRIPTION="Fast lightweight tabbed filemanager"
HOMEPAGE="http://pcmanfm.sourceforge.net/"