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 7E8EA1381F3 for ; Tue, 27 Oct 2020 05:59:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76110E088C; Tue, 27 Oct 2020 05:59:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5DD04E088C for ; Tue, 27 Oct 2020 05:59:15 +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 316C233FD24 for ; Tue, 27 Oct 2020 05:59:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B01B826 for ; Tue, 27 Oct 2020 05:59:11 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1603778331.4e9702dcd1b5289cb59c4161b5b34c611c7135b4.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libtgvoip/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libtgvoip/libtgvoip-2.4.4_p20200704.ebuild media-libs/libtgvoip/libtgvoip-2.4.4_p20200818.ebuild X-VCS-Directories: media-libs/libtgvoip/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 4e9702dcd1b5289cb59c4161b5b34c611c7135b4 X-VCS-Branch: master Date: Tue, 27 Oct 2020 05:59:11 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b44cdb34-f228-47ed-8d92-f66e11dc3f84 X-Archives-Hash: a4f71cc936c365302b545e2f291a2cfe commit: 4e9702dcd1b5289cb59c4161b5b34c611c7135b4 Author: Georgy Yakovlev gentoo org> AuthorDate: Tue Oct 27 05:58:51 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Tue Oct 27 05:58:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e9702dc media-libs/libtgvoip: add bug reference to libtool workaround Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Georgy Yakovlev gentoo.org> media-libs/libtgvoip/libtgvoip-2.4.4_p20200704.ebuild | 3 ++- media-libs/libtgvoip/libtgvoip-2.4.4_p20200818.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/media-libs/libtgvoip/libtgvoip-2.4.4_p20200704.ebuild b/media-libs/libtgvoip/libtgvoip-2.4.4_p20200704.ebuild index f5907df6536..bfc2bb41347 100644 --- a/media-libs/libtgvoip/libtgvoip-2.4.4_p20200704.ebuild +++ b/media-libs/libtgvoip/libtgvoip-2.4.4_p20200704.ebuild @@ -33,7 +33,8 @@ S="${WORKDIR}/${PN}-${EGIT_COMMIT}" src_prepare() { default sed -i 's/-std=gnu++0x/-std=gnu++17/' Makefile.am || die - echo 'libtgvoip_la_LIBTOOLFLAGS="--tag=CXX"' >> Makefile.am || die + # https://bugs.gentoo.org/717210 + echo 'libtgvoip_la_LIBTOOLFLAGS = --tag=CXX' >> Makefile.am || die eautoreconf } diff --git a/media-libs/libtgvoip/libtgvoip-2.4.4_p20200818.ebuild b/media-libs/libtgvoip/libtgvoip-2.4.4_p20200818.ebuild index addbb4c5187..0d2b8dd39aa 100644 --- a/media-libs/libtgvoip/libtgvoip-2.4.4_p20200818.ebuild +++ b/media-libs/libtgvoip/libtgvoip-2.4.4_p20200818.ebuild @@ -33,7 +33,8 @@ S="${WORKDIR}/${PN}-${EGIT_COMMIT}" src_prepare() { default sed -i 's/-std=gnu++0x/-std=gnu++17/' Makefile.am || die - echo 'libtgvoip_la_LIBTOOLFLAGS="--tag=CXX"' >> Makefile.am || die + # https://bugs.gentoo.org/717210 + echo 'libtgvoip_la_LIBTOOLFLAGS = --tag=CXX' >> Makefile.am || die eautoreconf }