Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 185253 - dev-libs/eventlog needs epunt_cxx
Summary: dev-libs/eventlog needs epunt_cxx
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Mr. Bones. (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-14 00:01 UTC by Laurence Withers
Modified: 2007-07-14 03:55 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 Laurence Withers 2007-07-14 00:01:30 UTC
dev-libs/eventlog-0.2.5 does not compile if there is no C++ compiler available.

This can be fixed by adding epunt_cxx from the eutils eclass. I simply added
the inherit statement and a simple src_unpack():

src_unpack() {
    unpack ${A}
    cd "${S}"
    elibtoolize
    epunt_cxx
}
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2007-07-14 03:55:15 UTC
in portage.  thanks for the bug report.