commit: daec2f4a6bc7ac4d1371bf5e08a073fd2260e401 Author: Kamal Ahmad <kamalahmad22 <AT> pm <DOT> me> AuthorDate: Fri Feb 19 16:15:44 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=daec2f4a
games-util/lutris: Add dev-python/lxml and x11-libs/gdk-pixbuf[jpeg] to RDEPEND Signed-off-by: Kamal Ahmad <kamalahmad22 <AT> pm.me> Closes: https://github.com/gentoo/gentoo/pull/19544 Signed-off-by: Sam James <sam <AT> gentoo.org> games-util/lutris/lutris-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/games-util/lutris/lutris-9999.ebuild b/games-util/lutris/lutris-9999.ebuild index b736e697168..34b70e09b20 100644 --- a/games-util/lutris/lutris-9999.ebuild +++ b/games-util/lutris/lutris-9999.ebuild @@ -45,6 +45,7 @@ RDEPEND=" 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 @@ -55,6 +56,7 @@ RDEPEND=" x11-apps/xrandr x11-libs/gtk+:3[introspection] x11-libs/libnotify[introspection] + x11-libs/gdk-pixbuf[jpeg] " python_install_all() {
