Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 303849 - app-portage/layman-1.3.1.ebuild does not inherit from eutils.eclass
Summary: app-portage/layman-1.3.1.ebuild does not inherit from eutils.eclass
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Sebastian Pipping
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-07 11:17 UTC by Stelian Ionescu
Modified: 2010-02-08 00:38 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 Stelian Ionescu 2010-02-07 11:17:31 UTC
At the end of pkg_postinst it calls epause(), but it doesn't inherit from eutils.
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2010-02-07 18:24:38 UTC
All used eclasses have to be inherited explicitly!

http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/distutils.eclass?r1=1.69&r2=1.70
Comment 2 Sebastian Pipping gentoo-dev 2010-02-08 00:38:54 UTC
Fixed, thanks for reporting!