Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 48521 - games-puzzle/kiki ebuild is broken without python 2.2
Summary: games-puzzle/kiki ebuild is broken without python 2.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-20 17:05 UTC by Lance Gjerstad
Modified: 2004-04-21 12:04 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lance Gjerstad 2004-04-20 17:05:14 UTC
games-puzzle/kiki has python 2.2 hard coded into the compile.  This causes it to break on systems without python 2.2

Reproducible: Always
Steps to Reproduce:
1. emerge kiki
2.
3.

Actual Results:  
compile failed complaining about a missing Python.h

Expected Results:  
Compiled

Modified ebuild
		>=dev-lang/python-2.2.3-r1
should be
                <dev-lang/python-2.3
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2004-04-21 12:04:35 UTC
Locked it into python 2.2 in CVS.  Thanks for the bug report.

Would be nice if someone submitted a patch to make it work with python 2.3.
Just changing the python version it compiled against wasn't good enough.  It
will take some code changes.