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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 693CC158089 for ; Sun, 8 Oct 2023 12:58:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 898D12BC03A; Sun, 8 Oct 2023 12:58:25 +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 764742BC03A for ; Sun, 8 Oct 2023 12:58:25 +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 B86D4335D12 for ; Sun, 8 Oct 2023 12:58:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21EE69CA for ; Sun, 8 Oct 2023 12:58:23 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1696769864.7379634bd249774e52999f1d2a49dedb514b6ece.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/gnome-terminal/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/gnome-terminal/gnome-terminal-3.50.0.ebuild X-VCS-Directories: x11-terms/gnome-terminal/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 7379634bd249774e52999f1d2a49dedb514b6ece X-VCS-Branch: master Date: Sun, 8 Oct 2023 12:58:23 +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: ea824627-e862-4a83-abba-bca398bf16eb X-Archives-Hash: 808da532530549a383eaf939f7c02f36 commit: 7379634bd249774e52999f1d2a49dedb514b6ece Author: Pacho Ramos gentoo org> AuthorDate: Sun Oct 8 12:55:27 2023 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Oct 8 12:57:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7379634b x11-terms/gnome-terminal: Do not enable by default nautilus and gnome-shell As those are more interesting for gnome users, that will likely use gnome profiles, where those USE flags are default enabled on. Closes: https://bugs.gentoo.org/635304 Signed-off-by: Pacho Ramos gentoo.org> x11-terms/gnome-terminal/gnome-terminal-3.50.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.50.0.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.50.0.ebuild index fff9c031e13a..5e72d34082c9 100644 --- a/x11-terms/gnome-terminal/gnome-terminal-3.50.0.ebuild +++ b/x11-terms/gnome-terminal/gnome-terminal-3.50.0.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Terminal" LICENSE="GPL-3+" SLOT="0" -IUSE="debug +gnome-shell +nautilus vanilla" +IUSE="debug gnome-shell nautilus vanilla" # Upstream is hostile and refuses to upload tarballs. SRC_URI="https://gitlab.gnome.org/GNOME/${PN}/-/archive/${PV}/${P}.tar.bz2"