Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 532212 - games-emulation/dolphin-4.0.2 USE=-alsa - ?
Summary: games-emulation/dolphin-4.0.2 USE=-alsa - ?
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Devan Franchini (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2014-12-10 22:37 UTC by Thomas
Modified: 2014-12-12 12:44 UTC (History)
0 users

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


Attachments
Patch to fix the typo for games-emulation/dolphin-4.0.2 (dolphin-4.0.2.patch,471 bytes, patch)
2014-12-10 22:40 UTC, Thomas
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas 2014-12-10 22:37:31 UTC
There's a typo in the ebuild preventing it from emerging with USE=-alsa.

Reproducible: Always

Steps to Reproduce:
1. set USE=-alsa
2. emerge games-emulation/dolphin
Comment 1 Thomas 2014-12-10 22:40:23 UTC
Created attachment 391400 [details, diff]
Patch to fix the typo for games-emulation/dolphin-4.0.2

Uploaded a patch for 4.0.2

From a quick look to the ebuilds 4.0 and 9999 seem to be affected, too.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2014-12-11 09:52:13 UTC
Fails how?
Comment 3 Devan Franchini (RETIRED) gentoo-dev 2014-12-12 01:26:31 UTC
Fixed. it should be in the tree shortly. Can't believe I never noticed that. Thank you for pointing it out :)
Comment 4 Thomas 2014-12-12 12:44:08 UTC
(In reply to Jeroen Roovers from comment #2)
> Fails how?

The sed command at src_prepare fails like this:
sed: -e expression #1, char 1: unknown command: `^'

For more informations just look at the patch and/or the ebuild itself, it's really just a small typo ('^/ instead of '/^).

(In reply to Devan Franchini from comment #3)
> Fixed. it should be in the tree shortly. Can't believe I never noticed that.
> Thank you for pointing it out :)

Thanks for fixing. :)