mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
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:
parent
41ac22ad58
commit
de5cb6666b
@ -16,7 +16,7 @@ HOMEPAGE="https://gitlab.com/gabmus/razerCommander/"
|
|||||||
if [[ "${PV}" == *9999* ]] ; then
|
if [[ "${PV}" == *9999* ]] ; then
|
||||||
inherit git-r3
|
inherit git-r3
|
||||||
|
|
||||||
EGIT_REPO_URI="https://gitlab.com/gabmus/${MY_PN}.git"
|
EGIT_REPO_URI="https://gitlab.com/gabmus/${MY_PN}"
|
||||||
else
|
else
|
||||||
SRC_URI="https://gitlab.com/gabmus/${MY_PN}/-/archive/${PV}/${MY_P}.tar.gz"
|
SRC_URI="https://gitlab.com/gabmus/${MY_PN}/-/archive/${PV}/${MY_P}.tar.gz"
|
||||||
S="${WORKDIR}/${MY_P}"
|
S="${WORKDIR}/${MY_P}"
|
||||||
@ -31,6 +31,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
|||||||
RDEPEND="
|
RDEPEND="
|
||||||
${PYTHON_DEPS}
|
${PYTHON_DEPS}
|
||||||
>=x11-libs/gtk+-3.20:3[introspection]
|
>=x11-libs/gtk+-3.20:3[introspection]
|
||||||
|
x11-libs/gdk-pixbuf[gif(+),introspection]
|
||||||
$(python_gen_cond_dep '
|
$(python_gen_cond_dep '
|
||||||
dev-python/pygobject:3[${PYTHON_USEDEP}]
|
dev-python/pygobject:3[${PYTHON_USEDEP}]
|
||||||
sys-apps/openrazer[client,daemon,${PYTHON_USEDEP}]
|
sys-apps/openrazer[client,daemon,${PYTHON_USEDEP}]
|
||||||
Loading…
x
Reference in New Issue
Block a user