diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-09-17 09:49:20 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-09-17 09:50:25 +0200 |
commit | a8a2a9e14ce362112ae3527aac3987bd49e4f5de (patch) | |
tree | 80888e5d1a10da6ebd0772e8db155b4f45d53fa3 /sys-libs/glibc | |
parent | dev-perl/Dist-Zilla: Bump to version 6.10.0 (diff) | |
download | gentoo-a8a2a9e14ce362112ae3527aac3987bd49e4f5de.tar.gz gentoo-a8a2a9e14ce362112ae3527aac3987bd49e4f5de.tar.bz2 gentoo-a8a2a9e14ce362112ae3527aac3987bd49e4f5de.zip |
sys-libs/glibc: Now for real?
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r-- | sys-libs/glibc/glibc-2.26-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-libs/glibc/glibc-2.26-r1.ebuild b/sys-libs/glibc/glibc-2.26-r1.ebuild index 99126e75c9e9..1616671eda91 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: |