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.77) (envelope-from ) id 1SnoLR-00050T-Ru for garchives@archives.gentoo.org; Sun, 08 Jul 2012 10:04:02 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78C8DE0138; Sun, 8 Jul 2012 10:03:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4D8C2E0138 for ; Sun, 8 Jul 2012 10:03:52 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AF3221B4092 for ; Sun, 8 Jul 2012 10:03:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 729BCE543C for ; Sun, 8 Jul 2012 10:03:50 +0000 (UTC) From: "Thomas Sachau" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Sachau" Message-ID: <1341741812.5c128c674867e13b4627a5ac873f87a9419ed288.tommy@gentoo> Subject: [gentoo-commits] proj/portage:multilib commit in: / X-VCS-Repository: proj/portage X-VCS-Committer: tommy X-VCS-Committer-Name: Thomas Sachau X-VCS-Revision: 5c128c674867e13b4627a5ac873f87a9419ed288 X-VCS-Branch: multilib Date: Sun, 8 Jul 2012 10:03:50 +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: 10dc765f-ae50-4da2-acb6-dc403cf9f0da X-Archives-Hash: 1ab64f0433e568eefe540c9616d8ee74 commit: 5c128c674867e13b4627a5ac873f87a9419ed288 Author: Thomas Sachau gentoo org> AuthorDate: Sun Jul 8 10:03:32 2012 +0000 Commit: Thomas Sachau gentoo org> CommitDate: Sun Jul 8 10:03:32 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D5c128c67 Merge v2.2.0_alpha116 bin/ebuild | 9 +- bin/ebuild-ipc.py | 11 +- bin/emaint | 9 +- bin/emerge | 11 +- bin/quickpkg | 15 +- man/ebuild.5 | 6 +- man/emerge.1 | 3 + man/make.conf.5 | 13 +- pym/_emerge/depgraph.py | 109 +++++++--- pym/_emerge/main.py | 6 + pym/portage/const.py | 24 ++- pym/portage/dbapi/bintree.py | 4 +- pym/portage/dbapi/vartree.py | 110 +++++++++- pym/portage/dep/__init__.py | 40 +++- pym/portage/tests/ebuild/test_config.py | 4 +- .../tests/resolver/test_slot_abi_downgrade.py | 225 ++++++++++++++= ++++++ pym/portage/tests/runTests | 11 +- 17 files changed, 517 insertions(+), 93 deletions(-) diff --cc pym/portage/const.py index ad7e2ec,ceef5c5..7c75381 --- a/pym/portage/const.py +++ b/pym/portage/const.py @@@ -91,8 -90,9 +91,9 @@@ SUPPORTED_FEATURES =3D frozenset( "ccache", "chflags", "clean-logs", "collision-protect", "compress-build-logs", = "compressdebug", "config-protect-if-modified", - "digest", "distcc", "distcc-pump", "distlock= s", "ebuild-locks", "fakeroot", + "digest", "distcc", "distcc-pump", "distlock= s", + "downgrade-backup", "ebuild-locks", "fakeroo= t", - "fail-clean", "force-mirror", "force-prefix"= , "getbinpkg", + "fail-clean", "force-mirror", "force-multili= b", "force-prefix", "getbinpkg", "installsources", "keeptemp", "keepwork", "f= ixlafiles", "lmirror", "metadata-transfer", "mirror", "multilib-str= ict", "news", "noauto", "noclean", "nodoc", "noinfo", "nom= an",