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 4FEEA138335 for ; Tue, 5 Jun 2018 17:25:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17AC5E0839; Tue, 5 Jun 2018 17:25:40 +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 D3B3EE0839 for ; Tue, 5 Jun 2018 17:25:39 +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 A0341335C90 for ; Tue, 5 Jun 2018 17:25:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A01373E for ; Tue, 5 Jun 2018 17:25:36 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1528219385.9f1e6108edec3d7c32db05068e8b93e50c5d8cec.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm64/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/arm64/make.defaults X-VCS-Directories: profiles/arch/arm64/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 9f1e6108edec3d7c32db05068e8b93e50c5d8cec X-VCS-Branch: master Date: Tue, 5 Jun 2018 17:25:36 +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: 1983bf9a-0d7d-41b2-b5d1-3e59d76a7afc X-Archives-Hash: dc33ec5470bcaf59ff7b2bf5e70515bb commit: 9f1e6108edec3d7c32db05068e8b93e50c5d8cec Author: Mart Raudsepp gentoo org> AuthorDate: Tue Jun 5 17:10:44 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Tue Jun 5 17:23:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f1e6108 profiles: arm64: enable USE=libtirpc by default (bug #657148) profiles/arch/arm64/make.defaults | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/arm64/make.defaults b/profiles/arch/arm64/make.defaults index f985ef0637e..df725d4fdf2 100644 --- a/profiles/arch/arm64/make.defaults +++ b/profiles/arch/arm64/make.defaults @@ -17,6 +17,11 @@ LIBDIR_arm64="lib64" # Defaults for video drivers VIDEO_CARDS="fbdev" +# Mart Raudsepp (5 Jun 2018) +# Enable USE=libtirpc by default, to ease dependency resolution during +# the stabilization of glibc-2.26. Bug 657148 +USE="libtirpc" + # Michał Górny (14 Mar 2017) # Unhide the ARM-specific USE_EXPANDs. USE_EXPAND_HIDDEN="-CPU_FLAGS_ARM"