From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EB9891396D9 for ; Tue, 31 Oct 2017 17:28:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D0B82BC13F; Tue, 31 Oct 2017 17:28:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 091472BC13F for ; Tue, 31 Oct 2017 17:28:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0452134165C for ; Tue, 31 Oct 2017 17:28:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DE7D829 for ; Tue, 31 Oct 2017 17:28:29 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1509470906.170765a5cd244c34733a2bebd8fb1a03bf9972f3.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libsrtp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libsrtp/libsrtp-1.6.0.ebuild net-libs/libsrtp/libsrtp-2.1.0.ebuild X-VCS-Directories: net-libs/libsrtp/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 170765a5cd244c34733a2bebd8fb1a03bf9972f3 X-VCS-Branch: master Date: Tue, 31 Oct 2017 17:28:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7d07e6d2-6796-4ddf-a9dd-70298968dca0 X-Archives-Hash: 6f432a0c6e719a659acfaab675b0b9fd commit: 170765a5cd244c34733a2bebd8fb1a03bf9972f3 Author: Mike Gilbert gentoo org> AuthorDate: Tue Oct 31 17:24:03 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue Oct 31 17:28:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=170765a5 net-libs/libsrtp: Rename configure.in to configure.ac Upstream: https://github.com/cisco/libsrtp/pull/367 Package-Manager: Portage-2.3.12_p5, Repoman-2.3.3_p75 net-libs/libsrtp/libsrtp-1.6.0.ebuild | 1 + net-libs/libsrtp/libsrtp-2.1.0.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/net-libs/libsrtp/libsrtp-1.6.0.ebuild b/net-libs/libsrtp/libsrtp-1.6.0.ebuild index 01c12476018..791b790914e 100644 --- a/net-libs/libsrtp/libsrtp-1.6.0.ebuild +++ b/net-libs/libsrtp/libsrtp-1.6.0.ebuild @@ -36,6 +36,7 @@ src_prepare() { # using test/rtpw.c guaratees the file exists in any case sed -i -e "s:/usr/share/dict/words:rtpw.c:" test/rtpw.c || die + mv configure.in configure.ac || die eautoreconf } diff --git a/net-libs/libsrtp/libsrtp-2.1.0.ebuild b/net-libs/libsrtp/libsrtp-2.1.0.ebuild index 2321a7cd5f4..791ef4e5563 100644 --- a/net-libs/libsrtp/libsrtp-2.1.0.ebuild +++ b/net-libs/libsrtp/libsrtp-2.1.0.ebuild @@ -33,6 +33,7 @@ src_prepare() { # using test/rtpw.c guaratees the file exists in any case sed -i -e "s:/usr/share/dict/words:rtpw.c:" test/rtpw.c || die + mv configure.in configure.ac || die eautoreconf # sadly, tests are too broken to even consider using work-arounds