From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 957CF139694 for ; Wed, 2 Aug 2017 08:06:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BAB2F1FC00A; Wed, 2 Aug 2017 08:06:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 96BEF1FC00A for ; Wed, 2 Aug 2017 08:06:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 84F393418F6 for ; Wed, 2 Aug 2017 08:06:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03D2675D1 for ; Wed, 2 Aug 2017 08:06:43 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1501661198.8868b38ec1d26c264f27031fbb4d496e7e8fe62a.mgorny@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: cnf/ X-VCS-Repository: proj/portage X-VCS-Files: cnf/make.globals X-VCS-Directories: cnf/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8868b38ec1d26c264f27031fbb4d496e7e8fe62a X-VCS-Branch: master Date: Wed, 2 Aug 2017 08:06:43 +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: 28eec82f-bd90-4236-ac68-6c555b4cd3ad X-Archives-Hash: bd1933d451cf811aa29e7de8e0efb859 commit: 8868b38ec1d26c264f27031fbb4d496e7e8fe62a Author: Michał Górny gentoo org> AuthorDate: Wed Jul 26 07:16:52 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Aug 2 08:06:38 2017 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=8868b38e make.globals: Enable FEATURES=multilib-strict by default Enable the multilib-strict feature necessary for Portage to detect ebuilds not respecting libdir for libraries. Since those issues were reliably fixed over the years and we're nearing the removal of 'lib' symlink, I think we can safely enable it by default for our users without risking many additional issues for them. At the same time, many proxied maintainers keep submitting ebuilds that do not respect libdir, and that require us to explicitly point that out to them. Having Portage detect that by default would be really helpful. Acked-by: Zac Medico gentoo.org> cnf/make.globals | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cnf/make.globals b/cnf/make.globals index 18eba947b..ea50ab615 100644 --- a/cnf/make.globals +++ b/cnf/make.globals @@ -52,7 +52,8 @@ FETCHCOMMAND_SFTP="bash -c \"x=\\\${2#sftp://} ; host=\\\${x%%/*} ; port=\\\${ho # Default user options FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks - fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned + fixlafiles merge-sync multilib-strict news + parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"