changeset 5157:8389d7083f05

librestrict: also conflict with coreutils and dash. This fixes building any packages after trying tight restrictions.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Mon, 16 Feb 2009 16:08:14 +0100
parents 58c59cda61f5
children 118e00ad86bd
files gub/specs/librestrict.py
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/librestrict.py	Mon Feb 16 16:03:18 2009 +0100
+++ b/gub/specs/librestrict.py	Mon Feb 16 16:08:14 2009 +0100
@@ -20,7 +20,9 @@
         relax_restrictions = ['coreutils', 'dash']
         if 'stat' in self.librestrict_flavours ():
             relax_restrictions = []
-        return {'': ['librestrict',
+        return {'': ['coreutils',
+                     'dash',
+                     'librestrict',
                      'librestrict-exec',
                      'librestrict-exec-open',
                      'librestrict-exec-open-stat',