diff options
Diffstat (limited to 'app-text/pdfarranger/pdfarranger-1.3.1.ebuild')
-rw-r--r-- | app-text/pdfarranger/pdfarranger-1.3.1.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
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}]" |