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 (-4 / +4 lines)
Lines 1-5 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
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