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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 07A3215808E for ; Wed, 27 Apr 2022 22:38:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20723E076B; Wed, 27 Apr 2022 22:38:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F36B5E076B for ; Wed, 27 Apr 2022 22:38:22 +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 CE2B13410F2 for ; Wed, 27 Apr 2022 22:38:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DFCD3FB for ; Wed, 27 Apr 2022 22:38:20 +0000 (UTC) From: "Richard Freeman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Freeman" Message-ID: <1651099064.0448e429e534691fe1673e3e9727b541e0dc0e99.rich0@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/flmsg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-radio/flmsg/flmsg-4.0.19-r1.ebuild X-VCS-Directories: media-radio/flmsg/ X-VCS-Committer: rich0 X-VCS-Committer-Name: Richard Freeman X-VCS-Revision: 0448e429e534691fe1673e3e9727b541e0dc0e99 X-VCS-Branch: master Date: Wed, 27 Apr 2022 22:38:20 +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: 0e08c18d-8521-426b-8580-4aee6e2943b5 X-Archives-Hash: 1ebe19209beab6a458500576b15e22f9 commit: 0448e429e534691fe1673e3e9727b541e0dc0e99 Author: Richard Freeman gentoo org> AuthorDate: Wed Apr 27 22:37:44 2022 +0000 Commit: Richard Freeman gentoo org> CommitDate: Wed Apr 27 22:37:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0448e429 media-radio/flmsg: Add comment for temporary use of internal lib. Signed-off-by: Richard Freeman gentoo.org> media-radio/flmsg/flmsg-4.0.19-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-radio/flmsg/flmsg-4.0.19-r1.ebuild b/media-radio/flmsg/flmsg-4.0.19-r1.ebuild index 3ed5f93d1fb9..1ad101c09302 100644 --- a/media-radio/flmsg/flmsg-4.0.19-r1.ebuild +++ b/media-radio/flmsg/flmsg-4.0.19-r1.ebuild @@ -21,5 +21,6 @@ DEPEND="${RDEPEND} DOCS=( AUTHORS ChangeLog INSTALL README ) src_configure() { + # temporary fix until upstream fixes building against system library econf --without-flxmlrpc }