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 14F01158092 for ; Thu, 16 Sep 2021 19:11:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6936BE086C; Thu, 16 Sep 2021 19:11:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 43BFDE086A for ; Thu, 16 Sep 2021 19:11:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DA0233430E3 for ; Thu, 16 Sep 2021 19:11:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5067ADC for ; Thu, 16 Sep 2021 19:11:32 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1631819474.399fe1d7c8f8509bf399cd175d63e0c15b504940.sam@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.5.1-r1.ebuild app-office/homebank/homebank-5.5.1.ebuild app-office/homebank/homebank-5.5.2-r1.ebuild app-office/homebank/homebank-5.5.2.ebuild X-VCS-Directories: app-office/homebank/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 399fe1d7c8f8509bf399cd175d63e0c15b504940 X-VCS-Branch: master Date: Thu, 16 Sep 2021 19:11:32 +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: a00bd3b7-0e71-484d-b6e5-8482bec0e338 X-Archives-Hash: 796aec978434f8126d4fc8b69680ea26 commit: 399fe1d7c8f8509bf399cd175d63e0c15b504940 Author: Sam James gentoo org> AuthorDate: Thu Sep 16 19:03:48 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Sep 16 19:11:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=399fe1d7 app-office/homebank: fix libsoup slot dependency Signed-off-by: Sam James gentoo.org> app-office/homebank/{homebank-5.5.1.ebuild => homebank-5.5.1-r1.ebuild} | 2 +- app-office/homebank/{homebank-5.5.2.ebuild => homebank-5.5.2-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-office/homebank/homebank-5.5.1.ebuild b/app-office/homebank/homebank-5.5.1-r1.ebuild similarity index 96% rename from app-office/homebank/homebank-5.5.1.ebuild rename to app-office/homebank/homebank-5.5.1-r1.ebuild index 8f832d7a909..85afe9455e6 100644 --- a/app-office/homebank/homebank-5.5.1.ebuild +++ b/app-office/homebank/homebank-5.5.1-r1.ebuild @@ -14,7 +14,7 @@ IUSE="+ofx" KEYWORDS="amd64 ppc ~ppc64 x86" RDEPEND=">=dev-libs/glib-2.39 - >=net-libs/libsoup-2.26 + >=net-libs/libsoup-2.26:2.4 x11-libs/cairo x11-libs/gdk-pixbuf >=x11-libs/gtk+-3.22:3 diff --git a/app-office/homebank/homebank-5.5.2.ebuild b/app-office/homebank/homebank-5.5.2-r1.ebuild similarity index 96% rename from app-office/homebank/homebank-5.5.2.ebuild rename to app-office/homebank/homebank-5.5.2-r1.ebuild index 6eeaf4265c0..67f37c2a116 100644 --- a/app-office/homebank/homebank-5.5.2.ebuild +++ b/app-office/homebank/homebank-5.5.2-r1.ebuild @@ -14,7 +14,7 @@ IUSE="+ofx" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" RDEPEND=">=dev-libs/glib-2.39 - >=net-libs/libsoup-2.26 + >=net-libs/libsoup-2.26:2.4 x11-libs/cairo x11-libs/gdk-pixbuf >=x11-libs/gtk+-3.22:3