summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-10-25 21:39:37 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-10-25 21:39:37 +0200
commit71536b7844135379e40df8e79a003571fddd6ef6 (patch)
tree48d518ada48b1143c852d0298d4e51a9e4ed221c /net-libs/telepathy-logger-qt
parentnet-libs/telepathy-qt: Fix building tests with newer glib (diff)
downloadgentoo-71536b7844135379e40df8e79a003571fddd6ef6.tar.gz
gentoo-71536b7844135379e40df8e79a003571fddd6ef6.tar.bz2
gentoo-71536b7844135379e40df8e79a003571fddd6ef6.zip
net-libs/telepathy-logger-qt: update EAPI 7 -> 8, enable py3.11
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs/telepathy-logger-qt')
-rw-r--r--net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0-r1.ebuild (renamed from net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild)13
1 files changed, 6 insertions, 7 deletions
diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0-r1.ebuild
index ef9772b444ab..aee54c207b95 100644
--- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0.ebuild
+++ b/net-libs/telepathy-logger-qt/telepathy-logger-qt-17.09.0-r1.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{7..10} )
-QTMIN=5.12.3
+PYTHON_COMPAT=( python3_{8..11} )
inherit ecm kde.org python-any-r1
DESCRIPTION="Qt bindings for the Telepathy logger"
@@ -19,15 +18,15 @@ LICENSE="LGPL-2.1"
SLOT="5"
IUSE=""
-BDEPEND="${PYTHON_DEPS}"
DEPEND="
dev-libs/dbus-glib
dev-libs/glib:2
dev-libs/libxml2
- >=dev-qt/qtdbus-${QTMIN}:5
+ dev-qt/qtdbus:5
net-im/telepathy-logger
net-libs/telepathy-glib
- net-libs/telepathy-qt[qt5(+)]
+ net-libs/telepathy-qt
sys-apps/dbus
"
RDEPEND="${DEPEND}"
+BDEPEND="${PYTHON_DEPS}"