-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
-IUSE="gnome gtk qt4"
+IUSE="gnome gtk"
RDEPEND="
>=dev-python/hachoir-core-1.3[${PYTHON_USEDEP}]
>=dev-python/hachoir-parser-1.3[${PYTHON_USEDEP}]
gtk? ( >=dev-python/pygtk-2.0[${PYTHON_USEDEP}] )
- gnome? ( gnome-base/nautilus gnome-extra/zenity )
- qt4? ( dev-python/PyQt4[${PYTHON_USEDEP}] )"
+ gnome? ( gnome-base/nautilus gnome-extra/zenity )"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
}
python_configure_all() {
- mydistutilsargs=( --setuptools )
-
- use qt4 || mydistutilsargs+=( --disable-qt )
+ mydistutilsargs=( --setuptools --disable-qt )
}
python_test() {