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 53D9A1382C5 for ; Mon, 12 Apr 2021 18:43:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E2B2E09BF; Mon, 12 Apr 2021 18:43:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 7A367E09BF for ; Mon, 12 Apr 2021 18:43:02 +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 70F57340CE2 for ; Mon, 12 Apr 2021 18:43:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4D904D2 for ; Mon, 12 Apr 2021 18:42:58 +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: <1618252960.f99e2929b52f4fa0b17d9454060590ceecd6a93a.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/teams/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/teams/teams-1.4.00.4855-r1.ebuild net-im/teams/teams-1.4.00.7556.ebuild X-VCS-Directories: net-im/teams/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: f99e2929b52f4fa0b17d9454060590ceecd6a93a X-VCS-Branch: master Date: Mon, 12 Apr 2021 18:42:58 +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: e15dc72b-8a6d-4b76-918f-0713afe53c68 X-Archives-Hash: 9cba0be16c2f6e930fd6c40124f8329f commit: f99e2929b52f4fa0b17d9454060590ceecd6a93a Author: Mike Gilbert gentoo org> AuthorDate: Mon Apr 12 18:30:51 2021 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Apr 12 18:42:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f99e2929 net-im/teams: replace EROOT with EPREFIX in env.d file Signed-off-by: Mike Gilbert gentoo.org> net-im/teams/teams-1.4.00.4855-r1.ebuild | 2 +- net-im/teams/teams-1.4.00.7556.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/teams/teams-1.4.00.4855-r1.ebuild b/net-im/teams/teams-1.4.00.4855-r1.ebuild index 574fa6e8d2b..12ce91e2eb9 100644 --- a/net-im/teams/teams-1.4.00.4855-r1.ebuild +++ b/net-im/teams/teams-1.4.00.4855-r1.ebuild @@ -83,7 +83,7 @@ src_install() { rm -f "${D}"/usr/share/teams/libffmpeg.so || die cat > 99teams <<-EOF - LDPATH=${EROOT}/usr/$(get_libdir)/chromium + LDPATH="${EPREFIX}/usr/$(get_libdir)/chromium" EOF doenvd 99teams elog "Using system ffmpeg. This is experimental and may lead to crashes." diff --git a/net-im/teams/teams-1.4.00.7556.ebuild b/net-im/teams/teams-1.4.00.7556.ebuild index 93fe30a5e8b..46649526cfa 100644 --- a/net-im/teams/teams-1.4.00.7556.ebuild +++ b/net-im/teams/teams-1.4.00.7556.ebuild @@ -79,7 +79,7 @@ src_install() { rm -f "${D}"/usr/share/teams/libffmpeg.so || die cat > 99teams <<-EOF - LDPATH=${EROOT}/usr/$(get_libdir)/chromium + LDPATH="${EPREFIX}/usr/$(get_libdir)/chromium" EOF doenvd 99teams elog "Using system ffmpeg. This is experimental and may lead to crashes."