commit:     a8a2a9e14ce362112ae3527aac3987bd49e4f5de
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 17 07:49:20 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> 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:

Reply via email to