From 40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 28 Apr 2021 20:21:43 +0100 Subject: gentoo resync : 28.04.2021 --- .../telepathy-logger/telepathy-logger-0.8.2-r1.ebuild | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'net-im/telepathy-logger/telepathy-logger-0.8.2-r1.ebuild') 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 -- cgit v1.2.3