diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-08-04 12:57:16 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-08-04 12:59:02 +0200 |
commit | 8a35c8314425ccfc009d76bd851c44dc942e1a57 (patch) | |
tree | 6a08529d68a82fbb4f50df28d8a2eb1648775dee /dev-util/catfish | |
parent | dev-util/catfish: Bump to EAPI 7 (diff) | |
download | gentoo-8a35c8314425ccfc009d76bd851c44dc942e1a57.tar.gz gentoo-8a35c8314425ccfc009d76bd851c44dc942e1a57.tar.bz2 gentoo-8a35c8314425ccfc009d76bd851c44dc942e1a57.zip |
dev-util/catfish: Add missing deps
Closes: https://bugs.gentoo.org/690834
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/catfish')
-rw-r--r-- | dev-util/catfish/catfish-1.4.8-r1.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-util/catfish/catfish-1.4.8-r1.ebuild b/dev-util/catfish/catfish-1.4.8-r1.ebuild index 523cc993a833..31a5b419e965 100644 --- a/dev-util/catfish/catfish-1.4.8-r1.ebuild +++ b/dev-util/catfish/catfish-1.4.8-r1.ebuild @@ -15,9 +15,13 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" RDEPEND=" + dev-libs/gobject-introspection + dev-python/dbus-python[${PYTHON_USEDEP}] dev-python/pexpect[${PYTHON_USEDEP}] dev-python/pygobject:3[${PYTHON_USEDEP}] + x11-libs/gdk-pixbuf[introspection] x11-libs/gtk+:3[introspection] + x11-libs/pango[introspection] virtual/freedesktop-icon-theme " DEPEND=" |