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 7486F158020 for ; Sun, 4 Dec 2022 05:13:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2882DE085B; Sun, 4 Dec 2022 05:13:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 0D87DE085B for ; Sun, 4 Dec 2022 05:13:54 +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 8BA78335D91 for ; Sun, 4 Dec 2022 05:13:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE0A84C8 for ; Sun, 4 Dec 2022 05:13:51 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1670130802.ebedbee4ad007e3103f50b0268f6aefaaf402fb4.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/nautilus/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/nautilus/nautilus-43.1.ebuild X-VCS-Directories: gnome-base/nautilus/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: ebedbee4ad007e3103f50b0268f6aefaaf402fb4 X-VCS-Branch: master Date: Sun, 4 Dec 2022 05:13:51 +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: c232dd88-5559-47d2-a316-f81707ee12f5 X-Archives-Hash: cdd0944cade1b75618858c3a60f80a17 commit: ebedbee4ad007e3103f50b0268f6aefaaf402fb4 Author: Matt Turner gentoo org> AuthorDate: Sun Dec 4 05:13:22 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Dec 4 05:13:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebedbee4 gnome-base/nautilus: Require introspection for USE=gtk-doc Closes: https://bugs.gentoo.org/884223 Signed-off-by: Matt Turner gentoo.org> gnome-base/nautilus/nautilus-43.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/gnome-base/nautilus/nautilus-43.1.ebuild b/gnome-base/nautilus/nautilus-43.1.ebuild index 5831492dd557..b15e42260d35 100644 --- a/gnome-base/nautilus/nautilus-43.1.ebuild +++ b/gnome-base/nautilus/nautilus-43.1.ebuild @@ -11,6 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Nautilus" LICENSE="GPL-3+ LGPL-2.1+" SLOT="0" IUSE="gnome +gstreamer gtk-doc +introspection +previewer selinux sendto" +REQUIRED_USE="gtk-doc? ( introspection )" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc"