Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 174062 - media-tv/v4l-dvb-hg-0.1-r2 - DVB_LOCAL_PATCHES doesn't work
Summary: media-tv/v4l-dvb-hg-0.1-r2 - DVB_LOCAL_PATCHES doesn't work
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Matthias Schwarzott
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-10 18:00 UTC by Jonathan Isom
Modified: 2007-04-10 18:35 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 Jonathan Isom 2007-04-10 18:00:12 UTC
media-tv/v4l-dvb-hg/v4l-dvb-hg-0.1-r2.ebuild allows local patches.  missing *
in for loop
-        for LOCALPATCH in ${DVB_LOCAL_PATCHES}/;
+       for LOCALPATCH in ${DVB_LOCAL_PATCHES}/*;



Reproducible: Always

Actual Results:  
no local patches includes

Expected Results:  
local patches included
Comment 1 Matthias Schwarzott gentoo-dev 2007-04-10 18:35:57 UTC
Well, it works the way it is now:
You specify the patches in DVB_LOCAL_PATCHES, but not the directory.
For now I think it is ok, but we could convert this to DVB_LOCAL_PATCHES_DIR like it is for vdr-ebuild.

I have something like this in my make.conf:
DVB_LOCAL_PATCHES="/usr/src/vdr/dvb-patches/*.diff"