Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 249940 - games-mud/lyntin with USE="-tk" should not require with USE=tk
Summary: games-mud/lyntin with USE="-tk" should not require with USE=tk
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-05 14:49 UTC by Yaroslav Gorbunov
Modified: 2008-12-07 13:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
lyntin-4.1.1.ebuild.diff (lyntin-4.1.1.ebuild.diff,442 bytes, text/plain)
2008-12-05 14:50 UTC, Yaroslav Gorbunov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yaroslav Gorbunov 2008-12-05 14:49:12 UTC
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.
Comment 1 Yaroslav Gorbunov 2008-12-05 14:50:09 UTC
Created attachment 174321 [details]
lyntin-4.1.1.ebuild.diff

proposed ebuild.diff
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2008-12-07 13:50:55 UTC
fixed and version bumped.  thanks for the bug report.