summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-12-07 20:35:03 +0100
committerDavid Seifert <soap@gentoo.org>2022-12-07 20:35:03 +0100
commit7915fc6ba0d9677841b5ae215f92330a3d627070 (patch)
tree367ab6c865dde10b42d7c59a0acc2149acce86cf /net-voip
parentnet-irc/onis: update EAPI 6 -> 8 (diff)
downloadgentoo-7915fc6ba0d9677841b5ae215f92330a3d627070.tar.gz
gentoo-7915fc6ba0d9677841b5ae215f92330a3d627070.tar.bz2
gentoo-7915fc6ba0d9677841b5ae215f92330a3d627070.zip
net-voip/telepathy-gabble: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-voip')
-rw-r--r--net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r5.ebuild (renamed from net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r4.ebuild)10
1 files 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
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 \