Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/homebank/
Date: Sat, 02 Feb 2019 21:07:28
Message-Id: 1549141606.b5c3b528e7169c7f054fdf972a862b0bc4cee91f.slyfox@gentoo
1 commit: b5c3b528e7169c7f054fdf972a862b0bc4cee91f
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 2 21:06:46 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 2 21:06:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5c3b528
7
8 app-office/homebank: keyworded 5.1.8 for ppc64, bug #676872
9
10 Package-Manager: Portage-2.3.59, Repoman-2.3.12
11 RepoMan-Options: --include-arches="ppc64"
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 app-office/homebank/homebank-5.1.8.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-office/homebank/homebank-5.1.8.ebuild b/app-office/homebank/homebank-5.1.8.ebuild
18 index 1b350f51046..17236ea7d31 100644
19 --- a/app-office/homebank/homebank-5.1.8.ebuild
20 +++ b/app-office/homebank/homebank-5.1.8.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="6"
27 @@ -11,7 +11,7 @@ SRC_URI="http://homebank.free.fr/public/${P}.tar.gz"
28 LICENSE="GPL-2"
29 SLOT="0"
30 IUSE="+ofx"
31 -KEYWORDS="~amd64 ~ppc ~x86"
32 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
33
34 RDEPEND=">=dev-libs/glib-2.39
35 >=net-libs/libsoup-2.26