summaryrefslogtreecommitdiff
path: root/dev-python/pynotifier
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pynotifier')
-rw-r--r--dev-python/pynotifier/Manifest2
-rw-r--r--dev-python/pynotifier/pynotifier-0.7.0-r3.ebuild11
2 files changed, 7 insertions, 6 deletions
diff --git a/dev-python/pynotifier/Manifest b/dev-python/pynotifier/Manifest
index 176824d51088..1352294858ae 100644
--- a/dev-python/pynotifier/Manifest
+++ b/dev-python/pynotifier/Manifest
@@ -1,3 +1,3 @@
DIST pynotifier_0.7.0.orig.tar.gz 35358 BLAKE2B e709401b1667f8b902b70d7a1b1606fc492b2be073dc1325789db1a992ca1bf35363057566357f34fc360d28237090d00fafd621253cf86036ea6075d96252b7 SHA512 60be00e5a729c3bb3a6f778025e2422268986645bcb461a81db457cb8e4c94b86d7215d7725f0bc9dd1ea1dfaa16a879760c53dd6824fb398d02b7dc8979c3ef
-EBUILD pynotifier-0.7.0-r3.ebuild 784 BLAKE2B f676ec68ad883da4f43840ce85c29f052f1d142e2efe69b565df3685d38fc1be86028daf6fb9434c59b211fb48453f01ca4a3e78264e713fada74ac828ca1457 SHA512 ddbd9cf3d507867323707ccab37d5e22f939e4f9ec5cab794ef08a9162ac6a5b90348c5c77b9f9df18a255779ecf5c3f454d102a15f23526772da7306e76be3b
+EBUILD pynotifier-0.7.0-r3.ebuild 749 BLAKE2B 3036a0caa9218894823dbfc1aa4abd5d9a2470c22caa14c0c222683156b7c262dd87820a80436b0b2e696006139abc5f265c9d251f332c2887daacb3355e391f SHA512 5bb287402dc4bf10545ceff3cd89a384db13d086d8c844f23694ca130f14b5e46830cd3e63fa6280478543da130dc49c5097458272e17c01efc3ef3a7166589e
MISC metadata.xml 438 BLAKE2B 3cb57b4366901fbb51f4844d596f42ba3adb5c49fe0ea2225ed3253ed73b9aaf3c405c8d23ff61c7784f071a2f4b62b8573c6719c732cfe9d377ab550b61e06d SHA512 7c76ac9bad501f1bf9bad003d7a30c68c70e8e6515f859a953f7176d3749087fb9f342b22ef0587ec01b810b96c0081371a772f8a0c5114ea20e7348526e41d2
diff --git a/dev-python/pynotifier/pynotifier-0.7.0-r3.ebuild b/dev-python/pynotifier/pynotifier-0.7.0-r3.ebuild
index 54dbdb9aaf2a..af5e1cea7fb1 100644
--- a/dev-python/pynotifier/pynotifier-0.7.0-r3.ebuild
+++ b/dev-python/pynotifier/pynotifier-0.7.0-r3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://www.bitkipper.net/bytes/debian/dists/unstable/source/${PN}_${PV}
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
-IUSE="qt4 gtk"
+IUSE="gtk"
DEPEND=""
RDEPEND="
@@ -21,11 +21,12 @@ RDEPEND="
dev-python/twisted[${PYTHON_USEDEP}]
dev-python/twisted-core[${PYTHON_USEDEP}]
)
- gtk? ( dev-python/pygobject:2[${PYTHON_USEDEP}] )
- qt4? ( dev-python/PyQt4[X,${PYTHON_USEDEP}] )"
+ gtk? ( dev-python/pygobject:2[${PYTHON_USEDEP}] )"
python_prepare_all() {
- use gtk || rm notifier/nf_gtk.py
- use qt4 || rm notifier/nf_qt.py
+ if !use gtk; then
+ rm notifier/nf_gtk.py || die
+ fi
+ rm notifier/nf_qt.py || die
distutils-r1_python_prepare_all
}