commit: 8993e195df5601f9515d832bc2cb3de33a907785
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 29 19:12:05 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 29 19:12:05 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8993e195
net-news/canto-curses: inherit toolchain-funcs directly
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-news/canto-curses/canto-curses-0.9.9-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-news/canto-curses/canto-curses-0.9.9-r1.ebuild
b/net-news/canto-curses/canto-curses-0.9.9-r1.ebuild
index 796dcd8e6fd8..5b6f917bfe7e 100644
--- a/net-news/canto-curses/canto-curses-0.9.9-r1.ebuild
+++ b/net-news/canto-curses/canto-curses-0.9.9-r1.ebuild
@@ -7,7 +7,7 @@ DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..13} )
PYTHON_REQ_USE="ncurses(+),threads(+)"
-inherit distutils-r1 flag-o-matic
+inherit distutils-r1 flag-o-matic toolchain-funcs
DESCRIPTION="The ncurses client for canto-daemon"
HOMEPAGE="https://codezen.org/canto-ng/"