sys-libs/glibc: rpcgen is not used here anymore, so no need for special treatmet...
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Sat, 20 Jan 2018 17:16:19 +0000 (18:16 +0100)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Sat, 20 Jan 2018 17:16:19 +0000 (18:16 +0100)
Bug: https://bugs.gentoo.org/644700
Package-Manager: Portage-2.3.19, Repoman-2.3.6

sys-libs/glibc/glibc-9999.ebuild

index a215358c1b2c29d9e05bd1c762a51129f6a7db8d..522a3674fe0cee308ce12630d400eb6d438975c7 100644 (file)
@@ -935,16 +935,10 @@ glibc_do_configure() {
        # is built with MULTILIB_ABIS="amd64 x86" but we want to
        # add x32 to it, gcc/glibc don't yet support x32.
        #
-       # This reqires net-libs/rpcsvc-proto now (which provides
-       # rpcgen) !!! Needs analysis how to best add to deps.
-       #
        if [[ -n ${GCC_BOOTSTRAP_VER} ]] && use multilib ; then
                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
 }