From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1397649-garchives=archives.gentoo.org@lists.gentoo.org> 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 0B71E158090 for <garchives@archives.gentoo.org>; Tue, 17 May 2022 06:11:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 585C5E09C2; Tue, 17 May 2022 06:11:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 439DDE09C2 for <gentoo-commits@lists.gentoo.org>; Tue, 17 May 2022 06:11:34 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 68307341B8E for <gentoo-commits@lists.gentoo.org>; Tue, 17 May 2022 06:11:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F5E5DC for <gentoo-commits@lists.gentoo.org>; Tue, 17 May 2022 06:11:30 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1652767877.31246208d4e48d8456cf6c9b1fb500ce62320a8f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/babl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/babl/babl-0.1.90-r1.ebuild X-VCS-Directories: media-libs/babl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 31246208d4e48d8456cf6c9b1fb500ce62320a8f X-VCS-Branch: master Date: Tue, 17 May 2022 06:11:30 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1c0b807e-d4df-485e-a024-13ec7a009180 X-Archives-Hash: 24c7ffcd02b42119b00a2c804c93a14b commit: 31246208d4e48d8456cf6c9b1fb500ce62320a8f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue May 17 06:11:13 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue May 17 06:11:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31246208 media-libs/babl: fix build w/ meson-0.62 for 0.1.90 too Closes: https://bugs.gentoo.org/845132 Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/babl/babl-0.1.90-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media-libs/babl/babl-0.1.90-r1.ebuild b/media-libs/babl/babl-0.1.90-r1.ebuild index 9c019093af42..bd0399f8e4cf 100644 --- a/media-libs/babl/babl-0.1.90-r1.ebuild +++ b/media-libs/babl/babl-0.1.90-r1.ebuild @@ -37,6 +37,8 @@ DEPEND="${RDEPEND}" src_prepare() { default gnome2_environment_reset + + sed -i -e 's/Description/description/' meson.build || die # bug 843266 } src_configure() {