--- webapp-config-1.50.19/WebappConfig/wrapper.py 2012-06-28 02:43:44.000000000 +0200 +++ webapp-config-1.50.19/WebappConfig/wrapper.py.new 2012-07-28 00:43:11.911718818 +0200 @@ -54,7 +54,7 @@ return portage.settings['CONFIG_PROTECT'] elif pm == "paludis": - cmd="paludis --log-level silent --no-color --environment-variable %s/%s CONFIG_PROTECT" % (cat,pn) + cmd="cave print-id-environment-variable -b --format '%%v\n' --variable-name CONFIG_PROTECT %s/%s" % (cat,pn) fi, fo, fe = os.popen3(cmd) fi.close() @@ -99,7 +99,7 @@ pn = config.maybe_get('pn') if cat and pn: - cmd="paludis --log-level silent --no-color --environment-variable %s/%s ROOT" % (cat,pn) + cmd="cave print-id-environment-variable -b --format '%%v\n' --variable-name ROOT %s/%s" % (cat,pn) fi, fo, fe = os.popen3(cmd) fi.close() @@ -143,7 +143,7 @@ elif pm == "paludis": - cmd="paludis --best-version %s" % (full_name) + cmd="cave print-best-version '%s'" % (full_name) fi, fo, fe = os.popen3(cmd) fi.close()