diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-24 23:05:51 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-24 23:05:51 +0100 |
commit | 4c7177bd5f41de9f9e11bd566deebc1323ae9946 (patch) | |
tree | 585b27e256d4fc27160aaaf3658bc701e601dedf /net-p2p/pybitmessage | |
parent | net-analyzer/flent: Drop old (diff) | |
download | gentoo-4c7177bd5f41de9f9e11bd566deebc1323ae9946.tar.gz gentoo-4c7177bd5f41de9f9e11bd566deebc1323ae9946.tar.bz2 gentoo-4c7177bd5f41de9f9e11bd566deebc1323ae9946.zip |
net-p2p/pybitmessage: Drop USE qt4
Qt4 is dead.
Package-Manager: Portage-2.3.20, Repoman-2.3.6
Diffstat (limited to 'net-p2p/pybitmessage')
-rw-r--r-- | net-p2p/pybitmessage/pybitmessage-0.6.2-r2.ebuild | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/net-p2p/pybitmessage/pybitmessage-0.6.2-r2.ebuild b/net-p2p/pybitmessage/pybitmessage-0.6.2-r2.ebuild index df49b8e4e32a..10ef7b3f1fbb 100644 --- a/net-p2p/pybitmessage/pybitmessage-0.6.2-r2.ebuild +++ b/net-p2p/pybitmessage/pybitmessage-0.6.2-r2.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 @@ -21,7 +21,7 @@ SRC_URI="https://github.com/Bitmessage/${MY_PN}/archive/v${PV}.tar.gz LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="libressl ncurses opencl qt4 sound" +IUSE="libressl ncurses opencl sound" REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="${PYTHON_DEPS}" @@ -42,7 +42,6 @@ RDEPEND="${DEPEND} dev-python/numpy[${PYTHON_USEDEP}] dev-python/pyopencl[${PYTHON_USEDEP}] ) - qt4? ( dev-python/PyQt4[${PYTHON_USEDEP}] ) sound? ( || ( media-sound/gst123 media-sound/alsa-utils @@ -58,12 +57,6 @@ src_install () { dodoc README.md # The man page is not installed because it's basically empty. - - if use qt4 ; then - newicon -s 24 desktop/icon24.png "${PN}.png" - newicon -s scalable desktop/can-icon.svg "${PN}.svg" - domenu "desktop/${PN}.desktop" - fi } pkg_preinst() { |