summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-08-09 17:34:24 +0200
committerMichał Górny <mgorny@gentoo.org>2017-08-11 15:20:40 +0200
commita07b756bc31bcd4cc283494fdde4f092a060684f (patch)
treef8c72237c94581f47e18609ae93ca2d90ecfa9d8 /net-libs/libsrtp
parentnet-libs/libsrtp: Enable multilib build in :0 (diff)
downloadgentoo-a07b756bc31bcd4cc283494fdde4f092a060684f.tar.gz
gentoo-a07b756bc31bcd4cc283494fdde4f092a060684f.tar.bz2
gentoo-a07b756bc31bcd4cc283494fdde4f092a060684f.zip
net-libs/libsrtp: Fix post-test libsrtp2.a rm, #600946
Diffstat (limited to 'net-libs/libsrtp')
-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
}