Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 71461 - bad inherit in c2hs-0.13.1
Summary: bad inherit in c2hs-0.13.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Andres Loeh (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-16 18:24 UTC by SpanKY
Modified: 2004-11-17 05:37 UTC (History)
1 user (show)

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 SpanKY gentoo-dev 2004-11-16 18:24:20 UTC
the 'inherit base' is not the first thing in the ebuild
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2004-11-16 20:07:45 UTC
... and replace the call to base_src_unpack with unpack ${A} while you're in there  .

And don't inherit base.
Comment 2 Andres Loeh (RETIRED) gentoo-dev 2004-11-17 05:37:30 UTC
Fixed.

I do, however, not see why "unpack ${A}" is any better than "inherit base".
The latter seems more robust to future changes, when "base_src_unpack" might
do additional things ...

ks