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 E2A6C1396D0 for ; Sun, 17 Sep 2017 07:51:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A1A5E0CB0; Sun, 17 Sep 2017 07:51:06 +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 EB8E8E0CB0 for ; Sun, 17 Sep 2017 07:51:05 +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 BB84533BF1C for ; Sun, 17 Sep 2017 07:51:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDC9A907B for ; Sun, 17 Sep 2017 07:51:00 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1505634625.a8a2a9e14ce362112ae3527aac3987bd49e4f5de.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/glibc/glibc-2.26-r1.ebuild X-VCS-Directories: sys-libs/glibc/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: a8a2a9e14ce362112ae3527aac3987bd49e4f5de X-VCS-Branch: master Date: Sun, 17 Sep 2017 07:51:00 +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: 6fd2d4e6-8d11-4a76-8775-41d8e212bcf3 X-Archives-Hash: 2b172acbb9a6ef3c09e59cf37c2cb892 commit: a8a2a9e14ce362112ae3527aac3987bd49e4f5de Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Sep 17 07:49:20 2017 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sun Sep 17 07:50:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8a2a9e1 sys-libs/glibc: Now for real? Package-Manager: Portage-2.3.8, Repoman-2.3.3 sys-libs/glibc/glibc-2.26-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-libs/glibc/glibc-2.26-r1.ebuild b/sys-libs/glibc/glibc-2.26-r1.ebuild index 99126e75c9e..1616671eda9 100644 --- a/sys-libs/glibc/glibc-2.26-r1.ebuild +++ b/sys-libs/glibc/glibc-2.26-r1.ebuild @@ -572,7 +572,8 @@ glibc_do_src_install() { # This version (2.26) provides some compatibility libraries for the NIS/NIS+ support # which come without headers etc. Only needed for binary packages since the # external net-libs/libnsl has increased soversion. Keep only versioned libraries. - find "${D}" -name "libnsl.a" -o -name "libnsl.so" -delete + find "${D}" -name "libnsl.a" -delete + find "${D}" -name "libnsl.so" -delete # Normally real_pv is ${PV}. Live ebuilds are exception, there we need # to infer upstream version: