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 759C3138334 for ; Sat, 2 Jun 2018 21:48:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED523E0869; Sat, 2 Jun 2018 21:48:16 +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 B91FEE0864 for ; Sat, 2 Jun 2018 21:48:16 +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 9B6AB335C7A for ; Sat, 2 Jun 2018 21:48:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CE742C1 for ; Sat, 2 Jun 2018 21:48:13 +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: <1527976067.d33895f511c62ec237a00dc90ffc99e3450a0f85.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/ia64/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/ia64/make.defaults X-VCS-Directories: profiles/arch/ia64/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: d33895f511c62ec237a00dc90ffc99e3450a0f85 X-VCS-Branch: master Date: Sat, 2 Jun 2018 21:48: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: ebb5efac-34a8-4e7b-ba90-1c71fd510c97 X-Archives-Hash: 0b2b7625e5aafea5b0f0c918920139f6 commit: d33895f511c62ec237a00dc90ffc99e3450a0f85 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Jun 2 21:16:38 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Jun 2 21:47:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d33895f5 profiles: ia64: enable USE=libtirpc by default, bug 657148 Bug: https://bugs.gentoo.org/657148 Signed-off-by: Sergei Trofimovich gentoo.org> profiles/arch/ia64/make.defaults | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/ia64/make.defaults b/profiles/arch/ia64/make.defaults index dbfa5efa213..0f0509dd773 100644 --- a/profiles/arch/ia64/make.defaults +++ b/profiles/arch/ia64/make.defaults @@ -10,6 +10,11 @@ CXXFLAGS="${CFLAGS}" FFLAGS="${CFLAGS}" FCFLAGS="${CFLAGS}" +# Sergei Trofimovich (3 Jun 2017) +# Enable USE=libtirpc by default, to ease dependency resolution during +# the stabilization of glibc-2.26. Bug 657148 +USE="libtirpc" + # Michał Górny (01 Jul 2014) # Set ABI & DEFAULT_ABI consistently with ${ARCH}, to make ebuild # checks simpler.