commit: 8a35c8314425ccfc009d76bd851c44dc942e1a57 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Aug 4 10:57:16 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Aug 4 10:59:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a35c831
dev-util/catfish: Add missing deps Closes: https://bugs.gentoo.org/690834 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-util/catfish/catfish-1.4.8-r1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-util/catfish/catfish-1.4.8-r1.ebuild b/dev-util/catfish/catfish-1.4.8-r1.ebuild index 523cc993a83..31a5b419e96 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="
