From a8a2a9e14ce362112ae3527aac3987bd49e4f5de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Sun, 17 Sep 2017 09:49:20 +0200 Subject: [PATCH] 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 99126e75c9e99..1616671eda911 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: