From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 09334138239 for ; Sun, 4 Aug 2019 10:59:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36C1DE0878; Sun, 4 Aug 2019 10:59:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1C3E3E0878 for ; Sun, 4 Aug 2019 10:59:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1CCBE349807 for ; Sun, 4 Aug 2019 10:59:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 339BC4D4 for ; Sun, 4 Aug 2019 10:59:08 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1564916342.8a35c8314425ccfc009d76bd851c44dc942e1a57.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/catfish/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/catfish/catfish-1.4.8-r1.ebuild X-VCS-Directories: dev-util/catfish/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8a35c8314425ccfc009d76bd851c44dc942e1a57 X-VCS-Branch: master Date: Sun, 4 Aug 2019 10:59:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d88fff8f-2973-416d-8bcf-54eae3d23126 X-Archives-Hash: 60b074f8cb6898f28cf4c945d4dd3249 commit: 8a35c8314425ccfc009d76bd851c44dc942e1a57 Author: Michał Górny gentoo org> AuthorDate: Sun Aug 4 10:57:16 2019 +0000 Commit: Michał Górny gentoo 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 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="