From addd9a9b6027260bfbde35efc5408b5efe5341d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 27 Jul 2010 09:31:47 +0200 Subject: Use a directory for the default set configuration. Expect /usr/share/portage/config/sets to be a directory containing any number of set configuration files. The default Portage sets.conf should be now installed as sets/portage.conf, and other ebuilds are free to install their own set configuration files there. --- pym/_emerge/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym/_emerge/main.py') diff --git a/pym/_emerge/main.py b/pym/_emerge/main.py index b553e15e3..e4449e805 100644 --- a/pym/_emerge/main.py +++ b/pym/_emerge/main.py @@ -1010,7 +1010,7 @@ def missing_sets_warning(root_config, missing_sets): if root_config.sets: msg.append(" sets defined: %s" % ", ".join(root_config.sets)) msg.append(" This usually means that '%s'" % \ - (os.path.join(portage.const.GLOBAL_CONFIG_PATH, "sets.conf"),)) + (os.path.join(portage.const.GLOBAL_CONFIG_PATH, "sets/portage.conf"),)) msg.append(" is missing or corrupt.") msg.append(" Falling back to default world and system set configuration!!!") for line in msg: -- cgit v1.2.3-1-g7c22