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 939041396D0 for ; Sat, 16 Sep 2017 18:28:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2C781FC008; Sat, 16 Sep 2017 18:28:05 +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 BF35E1FC008 for ; Sat, 16 Sep 2017 18:28: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 AF9AA33BEBE for ; Sat, 16 Sep 2017 18:28:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D6CC906C for ; Sat, 16 Sep 2017 18:28:03 +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: <1505586466.05d20b8b997bfb1188294bbf1b754469041b9db9.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: 05d20b8b997bfb1188294bbf1b754469041b9db9 X-VCS-Branch: master Date: Sat, 16 Sep 2017 18:28:03 +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: 6510bfba-43a1-47e9-9ccd-abb2835e9b76 X-Archives-Hash: 4af1399c3807b96d28ee4431c723adf9 commit: 05d20b8b997bfb1188294bbf1b754469041b9db9 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Sep 16 18:26:35 2017 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sat Sep 16 18:27:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05d20b8b sys-libs/glibc: Remove only unversioned libnsl binaries Package-Manager: Portage-2.3.8, Repoman-2.3.3 sys-libs/glibc/glibc-2.26-r1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-libs/glibc/glibc-2.26-r1.ebuild b/sys-libs/glibc/glibc-2.26-r1.ebuild index ac72e47377a..99126e75c9e 100644 --- a/sys-libs/glibc/glibc-2.26-r1.ebuild +++ b/sys-libs/glibc/glibc-2.26-r1.ebuild @@ -569,10 +569,10 @@ glibc_do_src_install() { emake install_root="${D}$(alt_prefix)" install || die - # This version (2.26) provides some "compatibility libraries" for the NIS/NIS+ support - # which come without headers etc. So, for us completely useless. Use - # net-libs/libnsl instead. - find "${D}" -name "libnsl*" -delete + # 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 # Normally real_pv is ${PV}. Live ebuilds are exception, there we need # to infer upstream version: