commit:     a07b756bc31bcd4cc283494fdde4f092a060684f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  9 15:34:24 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Aug 11 13:20:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a07b756b

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 9e282218d75..828aec3146b 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
 }
 

Reply via email to