It is not nesessary to require python with USE="tk" if lyntin-4.1.1 build with USE="-tk" Reproducible: Always Steps to Reproduce: 1. USE="-tk" ACCEPT_KEYWORDS="~x86" emerge -v lyntin 2. 3. Actual Results: * You need to emerge python with USE=tk set. * * ERROR: games-mud/lyntin-4.1.1 failed. * Call stack: * ebuild.sh, line 49: Called pkg_setup * lyntin-4.1.1.ebuild, line 25: Called die * The specific snippet of code: * die "missing tkinter support with installed python" * The die message: * missing tkinter support with installed python * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/games-mud/lyntin-4.1.1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/games-mud/lyntin-4.1.1/temp/die.env'. * This ebuild is from an overlay: '/usr/local/portage/' * Expected Results: Builds without tkinter support with installed python.
Created attachment 174321 [details] lyntin-4.1.1.ebuild.diff proposed ebuild.diff
fixed and version bumped. thanks for the bug report.