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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F3F84158010 for ; Sun, 5 Feb 2023 09:13:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38330E0817; Sun, 5 Feb 2023 09:13:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 223F0E0817 for ; Sun, 5 Feb 2023 09:13:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 47D08340CEF for ; Sun, 5 Feb 2023 09:13:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 527CB8A8 for ; Sun, 5 Feb 2023 09:13:00 +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: <1675588372.25abba6c8c90052409030aa1d34ea781e0e8e96b.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/homebank/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/homebank/homebank-5.6.1.ebuild X-VCS-Directories: app-office/homebank/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 25abba6c8c90052409030aa1d34ea781e0e8e96b X-VCS-Branch: master Date: Sun, 5 Feb 2023 09:13:00 +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: 2f09cc57-f8d6-4a26-aeb3-6dde77dd474c X-Archives-Hash: 5c8a56ac31dc88e6856c5d2bb3231300 commit: 25abba6c8c90052409030aa1d34ea781e0e8e96b Author: Joonas Niilola gentoo org> AuthorDate: Sun Feb 5 09:07:05 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Feb 5 09:12:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25abba6c app-office/homebank: add missing xorg-proto DEP Signed-off-by: Joonas Niilola gentoo.org> app-office/homebank/homebank-5.6.1.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app-office/homebank/homebank-5.6.1.ebuild b/app-office/homebank/homebank-5.6.1.ebuild index 51300d2ff34d..2e1c67a5408b 100644 --- a/app-office/homebank/homebank-5.6.1.ebuild +++ b/app-office/homebank/homebank-5.6.1.ebuild @@ -14,14 +14,15 @@ SLOT="0" IUSE="+ofx" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -RDEPEND=">=dev-libs/glib-2.39 +RDEPEND=">=dev-libs/glib-2.39:2 >=net-libs/libsoup-2.26:2.4 x11-libs/cairo - x11-libs/gdk-pixbuf + x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-3.22:3 x11-libs/pango ofx? ( >=dev-libs/libofx-0.8.3:= )" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + x11-base/xorg-proto" BDEPEND=">=dev-lang/perl-5.8.1 dev-perl/XML-Parser >=dev-util/intltool-0.40.5