From: Michał Górny Date: Wed, 9 Aug 2017 15:34:24 +0000 (+0200) Subject: net-libs/libsrtp: Fix post-test libsrtp2.a rm, #600946 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a07b756bc31bcd4cc283494fdde4f092a060684f;p=gentoo.git net-libs/libsrtp: Fix post-test libsrtp2.a rm, #600946 --- diff --git a/net-libs/libsrtp/libsrtp-2.0.0.ebuild b/net-libs/libsrtp/libsrtp-2.0.0.ebuild index 9e282218d75d..828aec3146b7 100644 --- a/net-libs/libsrtp/libsrtp-2.0.0.ebuild +++ b/net-libs/libsrtp/libsrtp-2.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -59,9 +59,9 @@ src_compile() { src_test() { LD_LIBRARY_PATH="${S}" emake -j1 runtest - # Makefile.in has '$(testapp): libsrtp.a' + # Makefile.in has '$(testapp): libsrtp2.a' if use !static-libs; then - rm libsrtp.a || die + rm libsrtp2.a || die fi }