diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-14 14:19:30 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-14 14:21:29 +0100 |
commit | 1e8f3957c0a197a0127c0c55f953f4e638053996 (patch) | |
tree | af176f41c031d0f25e5abd6c73943ad84cef5131 /sci-libs | |
parent | sys-devel/autoconf-2.69-r4: alpha stable (diff) | |
download | gentoo-1e8f3957c0a197a0127c0c55f953f4e638053996.tar.gz gentoo-1e8f3957c0a197a0127c0c55f953f4e638053996.tar.bz2 gentoo-1e8f3957c0a197a0127c0c55f953f4e638053996.zip |
sci-libs/scikits_image: Drop USE=qt4
Closes: https://bugs.gentoo.org/641938
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/scikits_image/scikits_image-0.13.0.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sci-libs/scikits_image/scikits_image-0.13.0.ebuild b/sci-libs/scikits_image/scikits_image-0.13.0.ebuild index cc09ed813cb9..fb9abe7e7c78 100644 --- a/sci-libs/scikits_image/scikits_image-0.13.0.ebuild +++ b/sci-libs/scikits_image/scikits_image-0.13.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${MYPN}/${MYP}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="doc freeimage pyamg qt4 test" +IUSE="doc freeimage pyamg test" RDEPEND=" dev-python/matplotlib[${PYTHON_USEDEP}] @@ -28,8 +28,7 @@ RDEPEND=" dev-python/six[${PYTHON_USEDEP}] sci-libs/scipy[sparse,${PYTHON_USEDEP}] freeimage? ( media-libs/freeimage ) - pyamg? ( dev-python/pyamg[${PYTHON_USEDEP}] ) - qt4? ( dev-python/PyQt4[${PYTHON_USEDEP}] )" + pyamg? ( dev-python/pyamg[${PYTHON_USEDEP}] )" DEPEND="${RDEPEND} >=dev-python/cython-0.23[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] @@ -43,7 +42,7 @@ python_test() { distutils_install_for_testing cd "${TEST_DIR}" || die "no ${TEST_DIR} available" echo "backend : Agg" > matplotlibrc || die - echo "backend.qt4 : PyQt4" >> matplotlibrc || die + #echo "backend.qt4 : PyQt4" >> matplotlibrc || die #echo "backend.qt4 : PySide" >> matplotlibrc || die MPLCONFIGDIR=. virtx nosetests --exe -v skimage || die } |