commit: 25abba6c8c90052409030aa1d34ea781e0e8e96b
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 5 09:07:05 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> 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 <juippis <AT> 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