Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 231885 | Differences between
and this patch

Collapse All | Expand All

(-)a/gnome-extra/gnome-commander/gnome-commander-1.4.1.ebuild (-6 / +6 lines)
Lines 1-12 Link Here
1
# Copyright 1999-2014 Gentoo Foundation
1
# Copyright 1999-2014 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License, v2 or later
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
3
# $Header: $
4
4
5
EAPI=5
5
EAPI=5
6
6
7
PYTHON_DEPEND="python? 2:2.6"
7
PYTHON_COMPAT=( python{2_6,2_7} )
8
8
9
inherit eutils gnome2 python
9
inherit eutils gnome2 python-single-r1
10
10
11
DESCRIPTION="A full featured, twin-panel file manager for Gnome2"
11
DESCRIPTION="A full featured, twin-panel file manager for Gnome2"
12
HOMEPAGE="http://gcmd.github.io/"
12
HOMEPAGE="http://gcmd.github.io/"
Lines 40-52 DEPEND="${RDEPEND} Link Here
40
40
41
DOCS="AUTHORS BUGS ChangeLog NEWS README TODO"
41
DOCS="AUTHORS BUGS ChangeLog NEWS README TODO"
42
42
43
src_configure() { 
43
src_configure() {
44
	G2CONF="$(use_enable doc scrollkeeper )
44
	G2CONF="$(use_enable doc scrollkeeper)
45
		$(use_enable python)
45
		$(use_enable python)
46
		$(use_with chm libchm)
46
		$(use_with chm libchm)
47
		$(use_with exif exiv2)
47
		$(use_with exif exiv2)
48
		$(use_with gsf libgsf)
48
		$(use_with gsf libgsf)
49
		$(use_with taglib)
49
		$(use_with taglib)
50
		$(use_with pdf poppler)"
50
		$(use_with pdf poppler)"
51
	gnome2_src_configure 
51
	gnome2_src_configure
52
}
52
}

Return to bug 231885