From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 3E74C1580FA for ; Thu, 22 May 2025 22:21:20 +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 2AEC9343369 for ; Thu, 22 May 2025 22:21:20 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2ECA01104A7; Thu, 22 May 2025 22:21:10 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 2349E1104A5 for ; Thu, 22 May 2025 22:21: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 CBBB83432DA for ; Thu, 22 May 2025 22:21:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 318B7283B for ; Thu, 22 May 2025 22:21:07 +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: <1747952437.7e7dd3ae559daf49a35ca2ee06f321e46b831b33.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/gtk/gtk-4.18.5.ebuild X-VCS-Directories: gui-libs/gtk/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7e7dd3ae559daf49a35ca2ee06f321e46b831b33 X-VCS-Branch: master Date: Thu, 22 May 2025 22:21:07 +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: a92a5d22-68ca-4bde-bcee-909b1f0df6e5 X-Archives-Hash: 0cfaa46a28ce7ef208711b1e6c298de7 commit: 7e7dd3ae559daf49a35ca2ee06f321e46b831b33 Author: Sam James gentoo org> AuthorDate: Thu May 22 22:20:19 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 22 22:20:37 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e7dd3ae gui-libs/gtk: drop unnecessary min meson version meson.eclass already depends on >=1.2.3. Signed-off-by: Sam James gentoo.org> gui-libs/gtk/gtk-4.18.5.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/gui-libs/gtk/gtk-4.18.5.ebuild b/gui-libs/gtk/gtk-4.18.5.ebuild index 76bb806b98ef..006d8883cafa 100644 --- a/gui-libs/gtk/gtk-4.18.5.ebuild +++ b/gui-libs/gtk/gtk-4.18.5.ebuild @@ -83,7 +83,6 @@ PDEPEND=" >=x11-themes/adwaita-icon-theme-3.14 " BDEPEND=" - >=dev-build/meson-1.2.0 dev-libs/gobject-introspection-common introspection? ( ${PYTHON_DEPS}