From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 351031388C0 for ; Sun, 28 Feb 2016 12:37:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3791F21C011; Sun, 28 Feb 2016 12:37:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7818121C011 for ; Sun, 28 Feb 2016 12:37:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6BFC03407AF for ; Sun, 28 Feb 2016 12:37:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B383F1897 for ; Sun, 28 Feb 2016 12:37:01 +0000 (UTC) From: "Thomas Sachau" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Sachau" Message-ID: <1456662266.3a63f58d0993f66975cd324eb85f4a2340d4f7c3.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: 3a63f58d0993f66975cd324eb85f4a2340d4f7c3 X-VCS-Branch: multilib Date: Sun, 28 Feb 2016 12:37:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3790a47c-c6f7-4558-80dc-38c8d995908d X-Archives-Hash: 2a48ed3d38745aa8d8db16a0543fdad0 commit: 3a63f58d0993f66975cd324eb85f4a2340d4f7c3 Author: Thomas Sachau gentoo org> AuthorDate: Sun Feb 28 12:24:26 2016 +0000 Commit: Thomas Sachau gentoo org> CommitDate: Sun Feb 28 12:24:26 2016 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=3a63f58d Merge tag 'v2.2.23' into multilib New release .travis.yml | 1 + README | 10 +-- RELEASE-NOTES | 14 ++++ bin/cgroup-release-agent | 2 + bin/{ebuild-ipc => chmod-lite} | 6 +- bin/chmod-lite.py | 30 ++++++++ bin/dohtml.py | 47 +++++++++--- bin/phase-helpers.sh | 4 +- man/make.conf.5 | 3 + pym/_emerge/AbstractEbuildProcess.py | 14 ++-- pym/_emerge/Scheduler.py | 30 ++++---- pym/portage/checksum.py | 4 +- pym/portage/const.py | 1 + pym/portage/data.py | 2 +- pym/portage/dbapi/__init__.py | 23 +++--- pym/portage/dbapi/porttree.py | 18 +++-- pym/portage/package/ebuild/doebuild.py | 14 ++-- pym/portage/sync/controller.py | 39 +++++++++- pym/portage/util/__init__.py | 97 ++++++++++++++----------- pym/repoman/_subprocess.py | 1 + pym/repoman/_xml.py | 1 + pym/repoman/actions.py | 3 +- pym/repoman/argparser.py | 4 + pym/repoman/check_missingslot.py | 1 + pym/repoman/checks/directories/files.py | 1 + pym/repoman/checks/ebuilds/checks.py | 1 + pym/repoman/checks/ebuilds/errors.py | 1 + pym/repoman/checks/ebuilds/fetches.py | 1 + pym/repoman/checks/ebuilds/isebuild.py | 1 + pym/repoman/checks/ebuilds/keywords.py | 1 + pym/repoman/checks/ebuilds/manifests.py | 1 + pym/repoman/checks/ebuilds/misc.py | 1 + pym/repoman/checks/ebuilds/pkgmetadata.py | 1 + pym/repoman/checks/ebuilds/thirdpartymirrors.py | 1 + pym/repoman/checks/ebuilds/use_flags.py | 1 + pym/repoman/checks/herds/metadata.py | 1 + pym/repoman/copyrights.py | 1 + pym/repoman/ebuild.py | 1 + pym/repoman/errors.py | 1 + pym/repoman/gpg.py | 1 + pym/repoman/main.py | 1 + pym/repoman/metadata.py | 1 + pym/repoman/modules/commit/repochecks.py | 1 + pym/repoman/profile.py | 1 + pym/repoman/qa_data.py | 1 + pym/repoman/repos.py | 3 +- pym/repoman/scan.py | 4 +- pym/repoman/scanner.py | 29 ++++++-- pym/repoman/utilities.py | 1 + pym/repoman/vcs/vcs.py | 1 + pym/repoman/vcs/vcsstatus.py | 1 + setup.py | 2 +- 52 files changed, 304 insertions(+), 127 deletions(-) diff --cc pym/portage/const.py index 6b03017,6c4f613..20cf40e --- a/pym/portage/const.py +++ b/pym/portage/const.py @@@ -147,9 -146,9 +147,10 @@@ SUPPORTED_FEATURES = frozenset( "fakeroot", "fixlafiles", "force-mirror", + "force-multilib", "force-prefix", "getbinpkg", + "icecream", "installsources", "ipc-sandbox", "keeptemp",