commit:     ec5bafed37d10313cd57c7b7c1312da52810be4f
Author:     stefson <herrtimson <AT> yahoo <DOT> de>
AuthorDate: Sun Jan 27 21:15:47 2019 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Jan 28 13:41:21 2019 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=ec5bafed

sys-process/psmisc: revert hacks from #330631, this is now fixed by upstream

Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 sys-process/psmisc/psmisc-23.1-r1.ebuild | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/sys-process/psmisc/psmisc-23.1-r1.ebuild 
b/sys-process/psmisc/psmisc-23.1-r1.ebuild
index e52f2cb..2f8104d 100644
--- a/sys-process/psmisc/psmisc-23.1-r1.ebuild
+++ b/sys-process/psmisc/psmisc-23.1-r1.ebuild
@@ -37,8 +37,6 @@ src_configure() {
 }
 
 src_compile() {
-       # peekfd is a fragile crap hack #330631
-       nonfatal emake -C src peekfd || touch src/peekfd{.o,}
        emake
 }
 
@@ -47,9 +45,6 @@ src_install() {
 
        use X || rm -f "${ED%/}"/usr/bin/pstree.x11
 
-       [[ -s ${ED%/}/usr/bin/peekfd ]] || rm -f "${ED%/}"/usr/bin/peekfd
-       [[ -e ${ED%/}/usr/bin/peekfd ]] || rm -f 
"${ED%/}"/usr/share/man/man1/peekfd.1
-
        # fuser is needed by init.d scripts; use * wildcard for #458250
        dodir /bin
        mv "${ED%/}"/usr/bin/*fuser "${ED%/}"/bin || die

Reply via email to