summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-06-11 11:22:29 +0200
committerMichał Górny <mgorny@gentoo.org>2023-06-11 11:23:19 +0200
commit32a92e646de040aaf064a283bc76b2c92f0e4270 (patch)
tree99cda53137a4c9639b2167dd68132c302bc359bd /net-irc/hexchat
parentnet-analyzer/nagstamon: remove unused patch (diff)
downloadgentoo-32a92e646de040aaf064a283bc76b2c92f0e4270.tar.gz
gentoo-32a92e646de040aaf064a283bc76b2c92f0e4270.tar.bz2
gentoo-32a92e646de040aaf064a283bc76b2c92f0e4270.zip
net-irc/hexchat: Replace virtual/python-cffi dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-irc/hexchat')
-rw-r--r--net-irc/hexchat/hexchat-2.16.1-r1.ebuild6
-rw-r--r--net-irc/hexchat/hexchat-9999.ebuild6
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? (