From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RDw7g-0000af-Kn for garchives@archives.gentoo.org; Wed, 12 Oct 2011 10:33:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C468421C088; Wed, 12 Oct 2011 10:33:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9589F21C088 for ; Wed, 12 Oct 2011 10:33:09 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E57961B4017 for ; Wed, 12 Oct 2011 10:33:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 521D180042 for ; Wed, 12 Oct 2011 10:33:07 +0000 (UTC) From: "Magnus Granberg" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Magnus Granberg" Message-ID: Subject: [gentoo-commits] dev/zorry:master commit in: gobs/pym/ X-VCS-Repository: dev/zorry X-VCS-Files: gobs/pym/build_queru.py X-VCS-Directories: gobs/pym/ X-VCS-Committer: zorry X-VCS-Committer-Name: Magnus Granberg X-VCS-Revision: b6a99c54d48ae49ea5fda41518a878e4b25b187c Date: Wed, 12 Oct 2011 10:33:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 7b99c5b2952349a3ece5b14cd9273558 commit: b6a99c54d48ae49ea5fda41518a878e4b25b187c Author: Magnus Granberg gentoo org> AuthorDate: Wed Oct 12 10:32:55 2011 +0000 Commit: Magnus Granberg gentoo org> CommitDate: Wed Oct 12 10:32:55 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/zorry.git;a=3D= commit;h=3Db6a99c54 fix diffrent useflags on tree and db part2 --- gobs/pym/build_queru.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gobs/pym/build_queru.py b/gobs/pym/build_queru.py index 473cc6d..aa1a8c9 100644 --- a/gobs/pym/build_queru.py +++ b/gobs/pym/build_queru.py @@ -651,7 +651,7 @@ class queruaction(object): build_use_flags =3D "" for flags in build_use_flags_list: build_use_flags =3D build_use_flags + flags + " " - filetext =3D k + ' ' + build_use_flags + filetext =3D '=3D' + k + ' ' + build_use_flags print('filetext', filetext) with open("/etc/portage/package.use/gobs.use", "a") as f: f.write(filetext)