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 <pacho@gentoo.org>
This commit is contained in:
Pacho Ramos
2023-10-08 14:55:27 +02:00
parent 1c4989cb35
commit 7379634bd2

View File

@@ -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"