Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 174062

Summary: media-tv/v4l-dvb-hg-0.1-r2 - DVB_LOCAL_PATCHES doesn't work
Product: Gentoo Linux Reporter: Jonathan Isom <jeisom>
Component: New packagesAssignee: Matthias Schwarzott <zzam>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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"