commit: 7915fc6ba0d9677841b5ae215f92330a3d627070
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 7 19:35:03 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Dec 7 19:35:03 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7915fc6b
net-voip/telepathy-gabble: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap <AT> gentoo.org>
...bble-0.18.4-r4.ebuild => telepathy-gabble-0.18.4-r5.ebuild} | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r4.ebuild
b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r5.ebuild
similarity index 97%
rename from net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r4.ebuild
rename to net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r5.ebuild
index fac937ff9bda..add0d6216ddb 100644
--- a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r4.ebuild
+++ b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r5.ebuild
@@ -1,7 +1,8 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
+
# Python is used during build for some scripted source files generation (and
twisted tests)
PYTHON_COMPAT=( python3_{8..11} )
@@ -45,7 +46,8 @@ RDEPEND="
!<net-im/telepathy-mission-control-5.5.0
"
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
${PYTHON_DEPS}
dev-util/glib-utils
>=dev-util/gtk-doc-am-1.17
@@ -66,10 +68,6 @@ PATCHES=(
"${DISTDIR}"/${P}-python3.patch
)
-pkg_setup() {
- python-any-r1_pkg_setup
-}
-
src_configure() {
gnome2_src_configure \
--disable-coding-style-checks \