diff options
author | Pacho Ramos <pacho@gentoo.org> | 2023-10-08 14:55:27 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2023-10-08 14:57:44 +0200 |
commit | 7379634bd249774e52999f1d2a49dedb514b6ece (patch) | |
tree | 6c44cc086b7c5219eddc56990b3bcdc0d2447b1a /x11-terms | |
parent | profiles/targets/desktop/gnome: Enable gnome-shell by default (diff) | |
download | gentoo-7379634bd249774e52999f1d2a49dedb514b6ece.tar.gz gentoo-7379634bd249774e52999f1d2a49dedb514b6ece.tar.bz2 gentoo-7379634bd249774e52999f1d2a49dedb514b6ece.zip |
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>
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/gnome-terminal/gnome-terminal-3.50.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |