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 83249138334 for ; Wed, 6 Jun 2018 15:26:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52B05E0B9D; Wed, 6 Jun 2018 15:25:58 +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 1E670E0B9D for ; Wed, 6 Jun 2018 15:25:57 +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 6D789335C95 for ; Wed, 6 Jun 2018 15:25:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF6922C7 for ; Wed, 6 Jun 2018 15:25:54 +0000 (UTC) From: "Thomas Deutschmann" 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 Deutschmann" Message-ID: <1528298704.53ca6770713403e2689e7144c7dae4112d5d4536.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/x86/make.defaults X-VCS-Directories: profiles/arch/x86/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 53ca6770713403e2689e7144c7dae4112d5d4536 X-VCS-Branch: master Date: Wed, 6 Jun 2018 15:25:54 +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: b70064c0-ea62-4d07-9b4c-908da4457425 X-Archives-Hash: 98053a366131ecbb8f67009018234b3a commit: 53ca6770713403e2689e7144c7dae4112d5d4536 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Jun 6 15:25:04 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Jun 6 15:25:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53ca6770 profiles: x86: enable USE=libtirpc by default, bug 657148 profiles/arch/x86/make.defaults | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/x86/make.defaults b/profiles/arch/x86/make.defaults index 2e9b5fa264c..d11e26fedd1 100644 --- a/profiles/arch/x86/make.defaults +++ b/profiles/arch/x86/make.defaults @@ -46,3 +46,8 @@ ABI_X86="32" # Hans de Graaff (21 Jan 2018) # Temporary entry to support stable bug 639476 RUBY_TARGETS="ruby22" + +# Thomas Deutschmann (6 Jun 2018) +# Enable USE=libtirpc by default, to ease dependency resolution during +# the stabilization of glibc-2.26. Bug 657148 +USE="libtirpc"