Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 141651 - multimux 0.2.4 needs to inherit flag-o-matic eclass
Summary: multimux 0.2.4 needs to inherit flag-o-matic eclass
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Lowest normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-24 19:08 UTC by Chris Kehler
Modified: 2007-02-24 18:49 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Inherit the eclass that defines append-lfs-flags (flag-o-matic.patch,426 bytes, patch)
2006-07-24 19:09 UTC, Chris Kehler
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Kehler 2006-07-24 19:08:02 UTC
The ebuild for multimux 0.2.4 uses the function append-lfs-flags without inheriting the flag-o-matic eclass which defines it.  Patch attached.  I didn't check the ebuilds for 0.2.3 or 0.1 which are the only others in portage at this time.

--- multimux-0.2.4.ebuild.orig  2006-07-24 21:58:20.000000000 -0400
+++ multimux-0.2.4.ebuild       2006-07-24 09:53:15.000000000 -0400
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/media-sound/multimux/multimux-0.2.4.ebuild,v 1.2 2006/03/07 15:19:05 flameeyes Exp $
 
-inherit eutils toolchain-funcs
+inherit eutils toolchain-funcs flag-o-matic
 
 IUSE=""
Comment 1 Chris Kehler 2006-07-24 19:09:23 UTC
Created attachment 92668 [details, diff]
Inherit the eclass that defines append-lfs-flags
Comment 2 Alexis Ballier gentoo-dev 2007-02-24 18:49:02 UTC
In cvs, thanks for the fix.