summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/libsrtp/libsrtp-2.0.0.ebuild')
-rw-r--r--net-libs/libsrtp/libsrtp-2.0.0.ebuild6
1 files 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
}