commit: 7406408040a5963a55ab84819c11690877062f9e Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Thu Aug 1 07:48:46 2024 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Thu Aug 1 08:10:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74064080
gnome-extra/gnome-system-monitor: Fix VariableOrderWrong warning Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> gnome-extra/gnome-system-monitor/gnome-system-monitor-46.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnome-extra/gnome-system-monitor/gnome-system-monitor-46.0.ebuild b/gnome-extra/gnome-system-monitor/gnome-system-monitor-46.0.ebuild index f3b95e96f343..1c90bd27c48b 100644 --- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-46.0.ebuild +++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-46.0.ebuild @@ -9,9 +9,10 @@ HOMEPAGE="https://apps.gnome.org/SystemMonitor/" LICENSE="GPL-2+" SLOT="0" -IUSE="systemd X" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="systemd X" + RDEPEND=" >=dev-cpp/glibmm-2.68:2.68 >=dev-libs/glib-2.56.0:2
