From a07b756bc31bcd4cc283494fdde4f092a060684f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 9 Aug 2017 17:34:24 +0200 Subject: [PATCH] net-libs/libsrtp: Fix post-test libsrtp2.a rm, #600946 --- net-libs/libsrtp/libsrtp-2.0.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 } -- 2.26.2