svn path=/branches/gentoolkit-0.2.4/; revision=614
-2009-05-06: Paul Varner <fuzzyray@gentoo.org>
- * eclean: Add patch from MATSUI Tetsushi to have eclean take EPREFIX
- into account for distfiles.exclude. (Bug 241600)
-
2009-04-30: Paul Varner <fuzzyray@gentoo.org>
* revdep-rebuild: Add patch from loki_val to check -l dependencies in
.la files (Bug #267898)
# parse the exclusion file
if not 'exclude-file' in myoptions:
my_exclude_file = "/etc/%s/%s.exclude" % (__productname__ , myaction)
- if 'EPREFIX' in os.environ:
- my_exclude_file = os.environ['EPREFIX'] + my_exclude_file
if os.path.isfile(my_exclude_file):
myoptions['exclude-file'] = my_exclude_file
if 'exclude-file' in myoptions: