commit:     32a92e646de040aaf064a283bc76b2c92f0e4270
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 11 09:22:29 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 11 09:23:19 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32a92e64

net-irc/hexchat: Replace virtual/python-cffi dep

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-irc/hexchat/hexchat-2.16.1-r1.ebuild | 6 ++++--
 net-irc/hexchat/hexchat-9999.ebuild      | 6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/net-irc/hexchat/hexchat-2.16.1-r1.ebuild 
b/net-irc/hexchat/hexchat-2.16.1-r1.ebuild
index c6d138bbd523..3b3589e74b69 100644
--- a/net-irc/hexchat/hexchat-2.16.1-r1.ebuild
+++ b/net-irc/hexchat/hexchat-2.16.1-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 LUA_COMPAT=( lua5-{1..4} luajit )
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit flag-o-matic lua-single meson mono-env python-single-r1 xdg
 
@@ -43,7 +43,9 @@ RDEPEND="
        plugin-sysinfo? ( sys-apps/pciutils )
        python? (
                ${PYTHON_DEPS}
-               virtual/python-cffi
+               $(python_gen_cond_dep '
+                       dev-python/cffi[${PYTHON_USEDEP}]
+               ' 'python*')
        )
        ssl? ( dev-libs/openssl:0= )
        theme-manager? (

diff --git a/net-irc/hexchat/hexchat-9999.ebuild 
b/net-irc/hexchat/hexchat-9999.ebuild
index 8d9762ab2ebc..be5bee2dfbb2 100644
--- a/net-irc/hexchat/hexchat-9999.ebuild
+++ b/net-irc/hexchat/hexchat-9999.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 LUA_COMPAT=( lua5-{1..4} luajit )
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit flag-o-matic lua-single meson mono-env python-single-r1 xdg
 
@@ -43,7 +43,9 @@ RDEPEND="
        plugin-sysinfo? ( sys-apps/pciutils )
        python? (
                ${PYTHON_DEPS}
-               virtual/python-cffi
+               $(python_gen_cond_dep '
+                       dev-python/cffi[${PYTHON_USEDEP}]
+               ' 'python*')
        )
        ssl? ( dev-libs/openssl:0= )
        theme-manager? (

Reply via email to