commit: 7379634bd249774e52999f1d2a49dedb514b6ece Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sun Oct 8 12:55:27 2023 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> 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 <pacho <AT> 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"
