diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-09-04 21:43:16 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-09-07 09:52:00 +0200 |
commit | 29ed54b2a373ad8e9b7715a5464a77e228f75082 (patch) | |
tree | af9ff031e47b091e093d45aba29043ae65768714 /net-im | |
parent | net-im/gajim: Update PYTHON_REQ_USE to xml(+) (diff) | |
download | gentoo-29ed54b2a373ad8e9b7715a5464a77e228f75082.tar.gz gentoo-29ed54b2a373ad8e9b7715a5464a77e228f75082.tar.bz2 gentoo-29ed54b2a373ad8e9b7715a5464a77e228f75082.zip |
net-im/telepathy-logger: Update PYTHON_REQ_USE to xml(+)
Update PYTHON_REQ_USE to specify "xml(+)", as Python 3.11 no longer
features the "xml" flag.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/telepathy-logger/telepathy-logger-0.8.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 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 9e53f3cc8b69..a98e75125f0a 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,10 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_{8..10} ) -PYTHON_REQ_USE="xml" +PYTHON_REQ_USE="xml(+)" inherit gnome2 python-any-r1 virtualx DESCRIPTION="Daemon that centralizes the communication logging within the Telepathy framework" |