Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 463246 - x11-misc/xlockmore-5.42: Broken configure option --disable-use-mb in ebuild
Summary: x11-misc/xlockmore-5.42: Broken configure option --disable-use-mb in ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-25 16:25 UTC by Klaus Kusche
Modified: 2013-03-26 13:52 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 Klaus Kusche 2013-03-25 16:25:57 UTC
The summary says it all:
The ebuild calls configure with --disable-use-mb,
but the configure option is actually called --disable-mb .
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2013-03-26 13:52:25 UTC
Fixed. Thanks for reporting and for the fix.


--- ChangeLog   2013-03-26 14:51:18.353221979 +0100
+++ ChangeLog.new       2013-03-26 14:51:23.969118512 +0100
@@ -2,6 +2,9 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.126 2013/03/23 16:46:59 jer Exp $
 
+  26 Mar 2013; Jeroen Roovers <jer@gentoo.org> xlockmore-5.42.ebuild:
+  --disable-use-mb -> --disable-mb by Klaus Kusche (bug #463246).