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 03465138334 for ; Sun, 11 Nov 2018 15:37:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2431E0CCC; Sun, 11 Nov 2018 15:37:17 +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 9F351E0CCC for ; Sun, 11 Nov 2018 15:37:17 +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 A506A335C58 for ; Sun, 11 Nov 2018 15:37:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 730E33DD for ; Sun, 11 Nov 2018 15:37:13 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1541950607.a99d7a7126bc123f20249d0193cdb7e4cc7657ec.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/uclibc/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/features/uclibc/make.defaults X-VCS-Directories: profiles/features/uclibc/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: a99d7a7126bc123f20249d0193cdb7e4cc7657ec X-VCS-Branch: master Date: Sun, 11 Nov 2018 15:37:13 +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: 2a7255de-6ed5-4e86-b240-b624f3161db4 X-Archives-Hash: 37c402fb190f039f8fd5c2b07212daa6 commit: a99d7a7126bc123f20249d0193cdb7e4cc7657ec Author: Anthony G. Basile gentoo org> AuthorDate: Sun Nov 11 15:36:47 2018 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sun Nov 11 15:36:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a99d7a71 profiles/features/uclibc/make.defaults: remove multilib-strict Signed-off-by: Anthony G. Basile gentoo.org> profiles/features/uclibc/make.defaults | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/features/uclibc/make.defaults b/profiles/features/uclibc/make.defaults index e744805b1e7..3a1b040cc7c 100644 --- a/profiles/features/uclibc/make.defaults +++ b/profiles/features/uclibc/make.defaults @@ -10,3 +10,4 @@ USE="nptl unicode -berkdb" BOOTSTRAP_USE="${BOOTSTRAP_USE} nptl -berkdb" SYMLINK_LIB="no" +FEATURES="-multilib-strict"