commit: 42d5d23c08b29219a778f5879d7645de4c98ca6b
Author: Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Fri May 12 09:04:33 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Fri May 12 09:19:14 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=42d5d23c
net-libs/telepathy-haze: QA Fixes
- Add BDEPEND
- has_version -> python_has_version
Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
net-libs/telepathy-haze/telepathy-haze-0.8.1.ebuild | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/net-libs/telepathy-haze/telepathy-haze-0.8.1.ebuild
b/net-libs/telepathy-haze/telepathy-haze-0.8.1.ebuild
index 99c620bd9..6e80d232a 100644
--- a/net-libs/telepathy-haze/telepathy-haze-0.8.1.ebuild
+++ b/net-libs/telepathy-haze/telepathy-haze-0.8.1.ebuild
@@ -26,16 +26,20 @@ DEPEND="${RDEPEND}
${PYTHON_DEPS}
dev-libs/libxslt
dev-util/glib-utils
+"
+
+BDEPEND="
virtual/pkgconfig
test? (
dev-python/pygobject:3
$(python_gen_any_dep 'dev-python/twisted[${PYTHON_USEDEP}]')
)
"
+
RESTRICT="!test? ( test )"
python_check_deps() {
if use test ; then
- has_version "dev-python/twisted[${PYTHON_USEDEP}]"
+ python_has_version "dev-python/twisted[${PYTHON_USEDEP}]"
fi
}