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 717571582EF for ; Wed, 19 Feb 2025 18:22:43 +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 584ED343209 for ; Wed, 19 Feb 2025 18:22:43 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6E88F110470; Wed, 19 Feb 2025 18:22:39 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 6930F110470 for ; Wed, 19 Feb 2025 18:22:39 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1DEEF3431AE for ; Wed, 19 Feb 2025 18:22:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75CD02734 for ; Wed, 19 Feb 2025 18:22:37 +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: <1739989320.cf32b973fed4b5b00d384d70524e56d1e7a0360d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gimp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/gimp/gimp-9999.ebuild X-VCS-Directories: media-gfx/gimp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cf32b973fed4b5b00d384d70524e56d1e7a0360d X-VCS-Branch: master Date: Wed, 19 Feb 2025 18:22:37 +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: 6af5b5a4-7f84-4aac-8272-3f94b2d9e4e3 X-Archives-Hash: e409add446cef14803442549a1838f8e commit: cf32b973fed4b5b00d384d70524e56d1e7a0360d Author: Sergey Torokhov yandex ru> AuthorDate: Tue Feb 18 13:34:34 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Feb 19 18:22:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf32b973 media-gfx/gimp: 9999, rm g-ir-doc meson option [sam: I'm merging this despite bug #944910 given not everyone has gdb installed and this change is definitely right as it is anyway.] Bug: https://bugs.gentoo.org/949910 Closes: https://bugs.gentoo.org/949365 Signed-off-by: Sergey Torokhov yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/40634 Signed-off-by: Sam James gentoo.org> media-gfx/gimp/gimp-9999.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild index 918db05ef232..8c2e550fc140 100644 --- a/media-gfx/gimp/gimp-9999.ebuild +++ b/media-gfx/gimp/gimp-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -106,7 +106,6 @@ BDEPEND=" dev-util/gdbus-codegen >=sys-devel/gettext-0.21 doc? ( - app-text/yelp-tools dev-libs/gobject-introspection[doctool] dev-util/gi-docgen ) @@ -196,7 +195,6 @@ src_configure() { $(meson_feature wmf) $(meson_feature X xcursor) $(meson_feature xpm) - $(meson_use doc g-ir-doc) $(meson_use lua) $(meson_use unwind libunwind) $(meson_use vector-icons)