commit: 0afe47d7ddff30f1e82f942e865afeb1672a7ca5 Author: André Erdmann <dywi <AT> mailerd <DOT> de> AuthorDate: Mon Mar 31 15:41:11 2014 +0000 Commit: André Erdmann <dywi <AT> mailerd <DOT> de> CommitDate: Mon Mar 31 15:41:11 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=0afe47d7
config entry map: make LICENSES_FILE configurable --- roverlay/config/entrymap.py | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/roverlay/config/entrymap.py b/roverlay/config/entrymap.py index fb285a1..46c2f7f 100644 --- a/roverlay/config/entrymap.py +++ b/roverlay/config/entrymap.py @@ -553,15 +553,13 @@ CONFIG_ENTRY_MAP = dict ( description = 'try to read licenses from PORTDIR/licenses', ), - # hidden option (using CACHEDIR.root + "/licenses" as licenses file) - licenses_file = None, -# licenses_file = dict ( -# path = [ 'LICENSEMAP', 'licenses_file', ], -# value_type = 'fs_file', -# description = ( -# 'licenses file (used as fallback if PORTDIR not available)' -# ), -# ), + licenses_file = dict ( + path = [ 'LICENSEMAP', 'licenses_file', ], + value_type = 'fs_file', + description = ( + 'licenses file (used as fallback if PORTDIR not available)' + ), + ), create_licenses_file = dict ( path = [ 'LICENSEMAP', 'create_licenses_file', ],