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 973461580B3 for ; Thu, 2 Sep 2021 12:54:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC884E099B; Thu, 2 Sep 2021 12:54:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C541EE099B for ; Thu, 2 Sep 2021 12:54:45 +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 CD06433BF3C for ; Thu, 2 Sep 2021 12:54:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EED56AA for ; Thu, 2 Sep 2021 12:54:41 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1630587272.c32dfd87cbb848085cf9bb53d29888815a6a83d7.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild X-VCS-Directories: gnome-extra/gnome-commander/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: c32dfd87cbb848085cf9bb53d29888815a6a83d7 X-VCS-Branch: master Date: Thu, 2 Sep 2021 12:54:41 +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: c9f46966-aabe-42e5-83a8-72db8dc6a9b2 X-Archives-Hash: b78f3c08cac114f290c82ee7fdb1a0d4 commit: c32dfd87cbb848085cf9bb53d29888815a6a83d7 Author: Joonas Niilola gentoo org> AuthorDate: Thu Sep 2 12:51:20 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Sep 2 12:54:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c32dfd87 gnome-extra/gnome-commander: add some missing deps for 1.12.2 Signed-off-by: Joonas Niilola gentoo.org> .../gnome-commander/gnome-commander-1.12.2.ebuild | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild b/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild index 5bb6f2ca66d..e858a41efc1 100644 --- a/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild +++ b/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild @@ -18,14 +18,22 @@ RESTRICT="!test? ( test )" RDEPEND=" app-text/yelp-tools - >=dev-libs/glib-2.62.0:2 - >=gnome-base/gnome-vfs-2.0.0 - >=x11-libs/gtk+-2.24.0:2 + dev-libs/atk + dev-libs/glib:2 + gnome-base/gconf:2 + gnome-base/gnome-vfs + media-libs/fontconfig + media-libs/freetype + media-libs/harfbuzz:= + x11-libs/cairo + x11-libs/gdk-pixbuf:2 + x11-libs/gtk+:2 + x11-libs/pango chm? ( dev-libs/chmlib ) exif? ( >=media-gfx/exiv2-0.14 ) - gsf? ( >=gnome-extra/libgsf-1.12.0 ) + gsf? ( gnome-extra/libgsf:= ) pdf? ( >=app-text/poppler-0.18 ) - samba? ( >=gnome-base/gnome-vfs-2.0.0[samba] ) + samba? ( gnome-base/gnome-vfs:=[samba] ) taglib? ( >=media-libs/taglib-1.4 ) unique? ( >=dev-libs/libunique-0.9.3:1 ) "