Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 933 - skel.ebuild has extra space in dependency syntax example
Summary: skel.ebuild has extra space in dependency syntax example
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Geert Bevin
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-02 17:44 UTC by Bryce Allen
Modified: 2011-10-30 22:18 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 Bryce Allen 2002-03-02 17:44:25 UTC
I know this is trivial, but it caused me some grief when creating my first 
ebuild, since the space before the question mark breaks things. Perhaps 
ebuild should be changed to be more lenient with the syntax also...

/usr/portage/skel.ebuild, line 88
#    ssl ? ( >=openssl-0.9.6b )
 should be:
#    ssl? ( >=openssl-0.9.6b )
Comment 1 Tod M. Neidt (RETIRED) gentoo-dev 2002-03-12 10:06:02 UTC
Fixed. Thanks for the catch Bryce.