sys-apps/razercommander: add missing gdk-pixbuf[gif] dep

Closes: https://bugs.gentoo.org/960777
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć 2025-07-30 18:00:26 +02:00
parent 41ac22ad58
commit de5cb6666b
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A

View File

@ -16,7 +16,7 @@ HOMEPAGE="https://gitlab.com/gabmus/razerCommander/"
if [[ "${PV}" == *9999* ]] ; then
inherit git-r3
EGIT_REPO_URI="https://gitlab.com/gabmus/${MY_PN}.git"
EGIT_REPO_URI="https://gitlab.com/gabmus/${MY_PN}"
else
SRC_URI="https://gitlab.com/gabmus/${MY_PN}/-/archive/${PV}/${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"
@ -31,6 +31,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
${PYTHON_DEPS}
>=x11-libs/gtk+-3.20:3[introspection]
x11-libs/gdk-pixbuf[gif(+),introspection]
$(python_gen_cond_dep '
dev-python/pygobject:3[${PYTHON_USEDEP}]
sys-apps/openrazer[client,daemon,${PYTHON_USEDEP}]