From: Andrey Grozin Date: Mon, 13 Jan 2020 16:16:48 +0000 (+0700) Subject: app-text/pdfarranger: add missing dependencies X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8d0c810c5b8ca6922570ea99ef9ea518564aeb21;p=gentoo.git app-text/pdfarranger: add missing dependencies Closes: https://bugs.gentoo.org/705060 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andrey Grozin --- diff --git a/app-text/pdfarranger/pdfarranger-1.3.1.ebuild b/app-text/pdfarranger/pdfarranger-1.3.1.ebuild index 677105c9aedc..c0ea69749fb1 100644 --- a/app-text/pdfarranger/pdfarranger-1.3.1.ebuild +++ b/app-text/pdfarranger/pdfarranger-1.3.1.ebuild @@ -12,6 +12,11 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" IUSE="" -RDEPEND="dev-python/pikepdf[${PYTHON_USEDEP}]" +RDEPEND="dev-python/pikepdf[${PYTHON_USEDEP}] + dev-python/pygobject[${PYTHON_USEDEP},cairo] + dev-python/pycairo[${PYTHON_USEDEP}] + x11-libs/gtk+:3[introspection] + x11-libs/pango[introspection] + app-text/poppler[introspection]" DEPEND="${RDEPEND} dev-python/python-distutils-extra[${PYTHON_USEDEP}]"