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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4819F15808B for ; Wed, 13 Apr 2022 06:30:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD190E096A; Wed, 13 Apr 2022 06:30:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 97A5CE096A for ; Wed, 13 Apr 2022 06:30:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7C285340DCC for ; Wed, 13 Apr 2022 06:30:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5074342 for ; Wed, 13 Apr 2022 06:30:08 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1649831397.dcd79f97b74a5708dd3dff7aafa46c7c3e742f92.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/wireplumber/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/wireplumber/wireplumber-9999.ebuild X-VCS-Directories: media-video/wireplumber/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: dcd79f97b74a5708dd3dff7aafa46c7c3e742f92 X-VCS-Branch: master Date: Wed, 13 Apr 2022 06:30:08 +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: 690bb074-333e-4940-bf9d-973607a327e0 X-Archives-Hash: e8d353c4bca0ae9be4f813f7291cb556 commit: dcd79f97b74a5708dd3dff7aafa46c7c3e742f92 Author: Niklāvs Koļesņikovs <89q1r14hd relay firefox com> AuthorDate: Tue Apr 12 21:20:03 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Apr 13 06:29:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcd79f97 media-video/wireplumber: add dependency on virtual/libintl The in-development version has very recently started to provide localized translations for user visible text and for that reason now links against the intl library. On glibc systems this will likely result in no observable change to the final binaries. Signed-off-by: Niklāvs Koļesņikovs <89q1r14hd relay.firefox.com> Closes: https://github.com/gentoo/gentoo/pull/25014 Signed-off-by: Sam James gentoo.org> media-video/wireplumber/wireplumber-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-video/wireplumber/wireplumber-9999.ebuild b/media-video/wireplumber/wireplumber-9999.ebuild index 6d3a6544520e..f3ed9ecc7ff4 100644 --- a/media-video/wireplumber/wireplumber-9999.ebuild +++ b/media-video/wireplumber/wireplumber-9999.ebuild @@ -43,6 +43,7 @@ DEPEND=" >=dev-libs/glib-2.62 >=media-video/pipewire-0.3.48:= virtual/libc + virtual/libintl elogind? ( sys-auth/elogind ) systemd? ( sys-apps/systemd ) "