From fba60a84b9a838ad32def950210a6b62d9bcdbff Mon Sep 17 00:00:00 2001 From: necoro <> Date: Mon, 19 Feb 2007 23:04:14 +0000 Subject: Back to our own revision solution as the eclass-one checks _before_ updating --- etc/portato.cfg | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'etc/portato.cfg') diff --git a/etc/portato.cfg b/etc/portato.cfg index 12a3a92..e177714 100644 --- a/etc/portato.cfg +++ b/etc/portato.cfg @@ -18,15 +18,20 @@ # [Main] +; controls the backend system to use +; allowed values: +; - portage +system = portage + ; controls debug output - boolean value debug = True ; the command used for syncing portage - string value -synccommand = emerge --sync +synccommand = eix-sync ; control the same-named "emerge --update" options - boolean values -newuse = False -deep = False +newuse = true +deep = true ; control the name of the particular file if package.* is a directory - string values ; allowed placeholders: -- cgit v1.2.3