commit: 5b2b804a12dbe91e524ee4568e4c3b130b17524a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 6 00:02:41 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 6 00:02:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b2b804a
games-util/lutris: sort deps
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-util/lutris/lutris-9999.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/games-util/lutris/lutris-9999.ebuild
b/games-util/lutris/lutris-9999.ebuild
index 34b70e09b20..da0698d5ca9 100644
--- a/games-util/lutris/lutris-9999.ebuild
+++ b/games-util/lutris/lutris-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -39,13 +39,13 @@ RDEPEND="
app-arch/unzip
$(python_gen_cond_dep '
dev-python/dbus-python[${PYTHON_USEDEP}]
+ dev-python/lxml[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
dev-python/python-evdev[${PYTHON_USEDEP}]
dev-python/python-magic[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
- dev-python/lxml[${PYTHON_USEDEP}]
')
gnome-base/gnome-desktop:3[introspection]
media-sound/fluid-soundfont
@@ -54,8 +54,8 @@ RDEPEND="
x11-apps/mesa-progs
x11-apps/xgamma
x11-apps/xrandr
- x11-libs/gtk+:3[introspection]
x11-libs/libnotify[introspection]
+ x11-libs/gtk+:3[introspection]
x11-libs/gdk-pixbuf[jpeg]
"