From 604bad93c0eecc031ac976cd8665f257c030d194 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Tue, 3 Mar 2009 21:26:57 +0100 Subject: Fix --- portato/backend/flags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'portato/backend') diff --git a/portato/backend/flags.py b/portato/backend/flags.py index baa1f37..0c3713d 100644 --- a/portato/backend/flags.py +++ b/portato/backend/flags.py @@ -411,7 +411,7 @@ def write_use_flags (): msg += "=%s %s" % (cpv, comb) else: # add on a per-package-base list = system.split_cpv(cpv) - msg += "%s/%s %s" % (list[0], list[1], combine) + msg += "%s/%s %s" % (list[0], list[1], comb) if not file in file_cache: with open(file, "a") as f: -- cgit v1.2.3-54-g00ecf