diff options
author | Kamal Ahmad <kamalahmad22@pm.me> | 2021-02-19 21:15:44 +0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-06 00:02:48 +0000 |
commit | daec2f4a6bc7ac4d1371bf5e08a073fd2260e401 (patch) | |
tree | 69abeb84c8f7d06a7355ffbca2792b884f64c77c /games-util/lutris | |
parent | games-arcade/jumpnbump: misc fixups (diff) | |
download | gentoo-daec2f4a6bc7ac4d1371bf5e08a073fd2260e401.tar.gz gentoo-daec2f4a6bc7ac4d1371bf5e08a073fd2260e401.tar.bz2 gentoo-daec2f4a6bc7ac4d1371bf5e08a073fd2260e401.zip |
games-util/lutris: Add dev-python/lxml and x11-libs/gdk-pixbuf[jpeg] to RDEPEND
Signed-off-by: Kamal Ahmad <kamalahmad22@pm.me>
Closes: https://github.com/gentoo/gentoo/pull/19544
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-util/lutris')
-rw-r--r-- | games-util/lutris/lutris-9999.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games-util/lutris/lutris-9999.ebuild b/games-util/lutris/lutris-9999.ebuild index b736e6971688..34b70e09b207 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() { |