From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 71296158086 for ; Wed, 22 Dec 2021 19:05:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60EF92BC005; Wed, 22 Dec 2021 19:05:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 483312BC005 for ; Wed, 22 Dec 2021 19:05:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A4465342D4C for ; Wed, 22 Dec 2021 19:05:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD772256 for ; Wed, 22 Dec 2021 19:05:13 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1640199907.c0d0fac5a1e77c868f6a2ea64b8437d9d9101d92.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/telepathy-logger/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/telepathy-logger/telepathy-logger-0.8.2-r1.ebuild X-VCS-Directories: net-im/telepathy-logger/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c0d0fac5a1e77c868f6a2ea64b8437d9d9101d92 X-VCS-Branch: master Date: Wed, 22 Dec 2021 19:05:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d352e021-76ff-4ff7-911d-fb31ee3555f9 X-Archives-Hash: 628a58d51e8119443ce0054125ddb146 commit: c0d0fac5a1e77c868f6a2ea64b8437d9d9101d92 Author: Michał Górny gentoo org> AuthorDate: Wed Dec 22 16:00:54 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Dec 22 19:05:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0d0fac5 net-im/telepathy-logger: Require xml support in Python Closes: https://bugs.gentoo.org/829612 Signed-off-by: Michał Górny gentoo.org> net-im/telepathy-logger/telepathy-logger-0.8.2-r1.ebuild | 1 + 1 file changed, 1 insertion(+) 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 4459caa0abcb..9e53f3cc8b69 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 @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_REQ_USE="xml" inherit gnome2 python-any-r1 virtualx DESCRIPTION="Daemon that centralizes the communication logging within the Telepathy framework"