Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93786 - Missing ppc keyword
Summary: Missing ppc keyword
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: PPC Linux
: High normal (vote)
Assignee: PPC Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-24 03:26 UTC by Jonas Geiregat
Modified: 2005-05-24 06:44 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 Jonas Geiregat 2005-05-24 03:26:49 UTC
the dev-scheme/chickeb-1.89 ebuild is missing the ppc keyword.
I've added it and test compiled it, it compiles and seems to run just fine.


Reproducible: Always
Steps to Reproduce:
1.Add ppc to the keyword var in the ebuild
2.emerge chicken
3.

Actual Results:  
echo $? ->  0 ;)


See bug #90583 , the ebuild is missing a backslash, you need to add this in
order to be able to compile this application.
Comment 1 David Holm (RETIRED) gentoo-dev 2005-05-24 06:44:00 UTC
Added to ~ppc. Someone from the scheme herd will have to fix bug #90583 though.
Thanks for reporting.