commit: cefbe341bc31fa3fdfc767a125f6f40d81241884 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Thu Feb 8 21:48:09 2018 +0000 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Thu Feb 8 21:48:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cefbe341
sys-libs/glibc: rpcgen is not used here anymore, so no need for special treatment at abi migration Closes: https://bugs.gentoo.org/644700 Package-Manager: Portage-2.3.21, Repoman-2.3.6 sys-libs/glibc/glibc-2.26-r5.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys-libs/glibc/glibc-2.26-r5.ebuild b/sys-libs/glibc/glibc-2.26-r5.ebuild index ca34027cda7..798f8ad6305 100644 --- a/sys-libs/glibc/glibc-2.26-r5.ebuild +++ b/sys-libs/glibc/glibc-2.26-r5.ebuild @@ -449,9 +449,6 @@ glibc_do_configure() { echo 'main(){}' > "${T}"/test.c if ! $(tc-getCC ${CTARGET}) ${CFLAGS} ${LDFLAGS} "${T}"/test.c -Wl,-emain -lgcc 2>/dev/null ; then sed -i -e '/^CC = /s:$: -B$(objdir)/../'"gcc-${GCC_BOOTSTRAP_VER}/${ABI}:" config.make || die - mkdir -p sunrpc - cp $(which rpcgen) sunrpc/cross-rpcgen || die - touch -t 202001010101 sunrpc/cross-rpcgen || die fi fi }