commit: b30251a5a2b922684215b235eae8f8d5623255a0 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jun 8 04:58:10 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jun 8 04:58:10 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b30251a5
net-misc/smbc: inherit toolchain-funcs for tc-is-gcc Signed-off-by: Sam James <sam <AT> gentoo.org> net-misc/smbc/smbc-1.2.2-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/smbc/smbc-1.2.2-r4.ebuild b/net-misc/smbc/smbc-1.2.2-r4.ebuild index d66f051da50a..60b4a1c68a9a 100644 --- a/net-misc/smbc/smbc-1.2.2-r4.ebuild +++ b/net-misc/smbc/smbc-1.2.2-r4.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit autotools +inherit autotools toolchain-funcs DESCRIPTION="Text mode (ncurses) SMB network commander. Features: resume and UTF-8" HOMEPAGE="https://sourceforge.net/projects/smbc/"
