Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 351620 - media-sound/mpd-0.16 typo in ebuild preventing some configuration options from working
Summary: media-sound/mpd-0.16 typo in ebuild preventing some configuration options fro...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Christoph Mende (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-14 02:26 UTC by Livid
Modified: 2011-01-14 09:36 UTC (History)
2 users (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 Livid 2011-01-14 02:26:51 UTC
A quote from ebuild itself

132-		$(use_enable pulseaudio pulse) \
133-		$(use_enable sid sidplay) \
134-		$(use_enable sqlite) \
135:		$(use_enable tcpd libwrap)
136-		$(use_enable vorbis) \
137-		$(use_enable wavpack) \
138-		$(use_enable wildmidi) \
Notice line 135: no backslash. Which means, no options after libwrap are actually used in configure.

Reproducible: Always
Comment 1 Markos Chandras (RETIRED) gentoo-dev 2011-01-14 09:36:11 UTC
Fixed. Thanks for reporting