summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/telepathy-logger/telepathy-logger-0.8.2-r1.ebuild')
-rw-r--r--net-im/telepathy-logger/telepathy-logger-0.8.2-r1.ebuild17
1 files changed, 7 insertions, 10 deletions
diff --git a/net-im/telepathy-logger/telepathy-logger-0.8.2-r1.ebuild b/net-im/telepathy-logger/telepathy-logger-0.8.2-r1.ebuild
index 74495d807ead..e565d8475d7e 100644
--- a/net-im/telepathy-logger/telepathy-logger-0.8.2-r1.ebuild
+++ b/net-im/telepathy-logger/telepathy-logger-0.8.2-r1.ebuild
@@ -1,11 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="5"
-GCONF_DEBUG="no"
-PYTHON_COMPAT=( python3_{7..9} )
+EAPI=7
-inherit epatch gnome2 python-any-r1 virtualx
+PYTHON_COMPAT=( python3_{7..9} )
+inherit gnome2 python-any-r1 virtualx
DESCRIPTION="Daemon that centralizes the communication logging within the Telepathy framework"
HOMEPAGE="https://telepathy.freedesktop.org/wiki/Logger"
@@ -28,7 +27,8 @@ RDEPEND="
dev-db/sqlite:3
introspection? ( >=dev-libs/gobject-introspection-0.9.6 )
"
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
${PYTHON_DEPS}
dev-util/glib-utils
>=dev-util/gtk-doc-am-1.10
@@ -36,10 +36,7 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
"
-src_prepare() {
- epatch "${DISTDIR}"/${P}-py3.patch
- gnome2_src_prepare
-}
+PATCHES=( "${DISTDIR}"/${P}-py3.patch )
src_configure() {
# --enable-debug needed due to https://bugs.freedesktop.org/show_bug.cgi?id=83390