diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-08-01 09:48:46 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-08-01 10:10:02 +0200 |
commit | 7406408040a5963a55ab84819c11690877062f9e (patch) | |
tree | cab87d33251336c25420f01dfbe84d68f09798b9 /gnome-extra | |
parent | profiles/features/wd40: Update librsvg mask (diff) | |
download | gentoo-7406408040a5963a55ab84819c11690877062f9e.tar.gz gentoo-7406408040a5963a55ab84819c11690877062f9e.tar.bz2 gentoo-7406408040a5963a55ab84819c11690877062f9e.zip |
gnome-extra/gnome-system-monitor: Fix VariableOrderWrong warning
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/gnome-system-monitor/gnome-system-monitor-46.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 |