diff --git a/gnome-extra/gnome-commander/gnome-commander-1.4.1.ebuild b/gnome-extra/gnome-commander/gnome-commander-1.4.1.ebuild index 4b182fc..20d6fc6 100644 --- a/gnome-extra/gnome-commander/gnome-commander-1.4.1.ebuild +++ b/gnome-extra/gnome-commander/gnome-commander-1.4.1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License, v2 or later +# Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 -PYTHON_DEPEND="python? 2:2.6" +PYTHON_COMPAT=( python{2_6,2_7} ) -inherit eutils gnome2 python +inherit eutils gnome2 python-single-r1 DESCRIPTION="A full featured, twin-panel file manager for Gnome2" HOMEPAGE="http://gcmd.github.io/" @@ -40,13 +40,13 @@ DEPEND="${RDEPEND} DOCS="AUTHORS BUGS ChangeLog NEWS README TODO" -src_configure() { - G2CONF="$(use_enable doc scrollkeeper ) +src_configure() { + G2CONF="$(use_enable doc scrollkeeper) $(use_enable python) $(use_with chm libchm) $(use_with exif exiv2) $(use_with gsf libgsf) $(use_with taglib) $(use_with pdf poppler)" - gnome2_src_configure + gnome2_src_configure }