From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1730938-garchives=archives.gentoo.org@lists.gentoo.org> 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0B3741581EE for <garchives@archives.gentoo.org>; Mon, 24 Mar 2025 11:46:15 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E6ECD3433BD for <garchives@archives.gentoo.org>; Mon, 24 Mar 2025 11:46:14 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id DE5171104AD; Mon, 24 Mar 2025 11:46:10 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id D17931104AD for <gentoo-commits@lists.gentoo.org>; Mon, 24 Mar 2025 11:46:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7D1873433BA for <gentoo-commits@lists.gentoo.org>; Mon, 24 Mar 2025 11:46:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 110EA2035 for <gentoo-commits@lists.gentoo.org>; Mon, 24 Mar 2025 11:46:09 +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: <1742816699.b095bdacda9bf713a01bdf77166c6fdf0af3174d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/glib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/glib/glib-2.82.5.ebuild dev-libs/glib/glib-2.84.0.ebuild X-VCS-Directories: dev-libs/glib/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b095bdacda9bf713a01bdf77166c6fdf0af3174d X-VCS-Branch: master Date: Mon, 24 Mar 2025 11:46:09 +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: 07602a99-4a57-44dc-841b-e73063df7704 X-Archives-Hash: cf8bc5c4cdb5beb594610b92d1eda8cd commit: b095bdacda9bf713a01bdf77166c6fdf0af3174d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Mar 24 11:36:07 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Mar 24 11:44:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b095bdac dev-libs/glib: handle option deprecations meson from git errors out on these deprecated names. Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/glib/glib-2.82.5.ebuild | 8 ++++---- dev-libs/glib/glib-2.84.0.ebuild | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dev-libs/glib/glib-2.82.5.ebuild b/dev-libs/glib/glib-2.82.5.ebuild index dc96f6b064ae..b16e62189f6a 100644 --- a/dev-libs/glib/glib-2.82.5.ebuild +++ b/dev-libs/glib/glib-2.82.5.ebuild @@ -234,8 +234,8 @@ multilib_src_configure() { -Dglib:xattr=false -Dglib:libmount=disabled -Dglib:man-pages=disabled - -Dglib:dtrace=false - -Dglib:systemtap=false + -Dglib:dtrace=disabled + -Dglib:systemtap=disabled -Dglib:sysprof=disabled -Dglib:documentation=false -Dglib:tests=false @@ -306,8 +306,8 @@ multilib_src_configure() { $(meson_use xattr) -Dlibmount=enabled # only used if host_system == 'linux' -Dman-pages=enabled - $(meson_use systemtap dtrace) - $(meson_use systemtap) + $(meson_feature systemtap dtrace) + $(meson_feature systemtap) $(meson_feature sysprof) $(meson_use doc documentation) $(meson_use test tests) diff --git a/dev-libs/glib/glib-2.84.0.ebuild b/dev-libs/glib/glib-2.84.0.ebuild index ee35d4b231bc..8ec0a9d7d48d 100644 --- a/dev-libs/glib/glib-2.84.0.ebuild +++ b/dev-libs/glib/glib-2.84.0.ebuild @@ -238,8 +238,8 @@ multilib_src_configure() { -Dglib:xattr=false -Dglib:libmount=disabled -Dglib:man-pages=disabled - -Dglib:dtrace=false - -Dglib:systemtap=false + -Dglib:dtrace=disabled + -Dglib:systemtap=disabled -Dglib:sysprof=disabled -Dglib:documentation=false -Dglib:tests=false @@ -310,8 +310,8 @@ multilib_src_configure() { $(meson_use xattr) -Dlibmount=enabled # only used if host_system == 'linux' -Dman-pages=enabled - $(meson_use systemtap dtrace) - $(meson_use systemtap) + $(meson_feature systemtap dtrace) + $(meson_feature systemtap) $(meson_feature sysprof) $(meson_use doc documentation) $(meson_use test tests)