From 642863ae8a899848ccf1dcf8693c3e5db5288b37 Mon Sep 17 00:00:00 2001 From: fuzzyray Date: Wed, 6 May 2009 20:47:10 +0000 Subject: [PATCH] Revert EPREFIX patch commited in rev 610 svn path=/branches/gentoolkit-0.2.4/; revision=614 --- ChangeLog | 4 ---- src/eclean/eclean | 2 -- 2 files changed, 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index d939585..6597880 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,3 @@ -2009-05-06: Paul Varner - * eclean: Add patch from MATSUI Tetsushi to have eclean take EPREFIX - into account for distfiles.exclude. (Bug 241600) - 2009-04-30: Paul Varner * revdep-rebuild: Add patch from loki_val to check -l dependencies in .la files (Bug #267898) diff --git a/src/eclean/eclean b/src/eclean/eclean index 423fc88..55cc2a7 100644 --- a/src/eclean/eclean +++ b/src/eclean/eclean @@ -806,8 +806,6 @@ def main(): # 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: -- 2.26.2