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 843F6138359 for ; Fri, 31 Jul 2020 20:44:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40980E0B0C; Fri, 31 Jul 2020 20:44:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 266E8E0B0C for ; Fri, 31 Jul 2020 20:44:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 594E734F539 for ; Fri, 31 Jul 2020 20:44:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 983712FD for ; Fri, 31 Jul 2020 20:43:57 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1596228125.5665d235a45489cc931f5ae07afee14b3e3e6df6.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/multilib/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/features/multilib/make.defaults X-VCS-Directories: profiles/features/multilib/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 5665d235a45489cc931f5ae07afee14b3e3e6df6 X-VCS-Branch: master Date: Fri, 31 Jul 2020 20:43:57 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a5c56605-b574-4439-a287-3e9720311727 X-Archives-Hash: 07acadc0a645382cbd5539300912c36f commit: 5665d235a45489cc931f5ae07afee14b3e3e6df6 Author: Sergei Trofimovich gentoo org> AuthorDate: Fri Jul 31 18:35:00 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Jul 31 20:42:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5665d235 profiles/features/multilib/make.defaults: drop gcc-lib from gcc-3.3 era Signed-off-by: Sergei Trofimovich gentoo.org> profiles/features/multilib/make.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/features/multilib/make.defaults b/profiles/features/multilib/make.defaults index 74e6d3748ee..fbf0bdcfb18 100644 --- a/profiles/features/multilib/make.defaults +++ b/profiles/features/multilib/make.defaults @@ -13,4 +13,4 @@ USE="multilib" # FEATURES="multilib-strict" specific settings. MULTILIB_STRICT_DIRS="/lib32 /lib /usr/lib32 /usr/lib /usr/kde/*/lib32 /usr/kde/*/lib /usr/qt/*/lib32 /usr/qt/*/lib /usr/X11R6/lib32 /usr/X11R6/lib" MULTILIB_STRICT_DENY="64-bit.*shared object" -MULTILIB_STRICT_EXEMPT="(perl5|gcc|gcc-lib|binutils|eclipse-3|debug|portage|udev|systemd|clang|python-exec|llvm)" +MULTILIB_STRICT_EXEMPT="(perl5|gcc|binutils|eclipse-3|debug|portage|udev|systemd|clang|python-exec|llvm)"