Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/abiword/
Date: Sun, 01 Mar 2020 22:42:41
Message-Id: 1583102535.41f578601bc1f99a1bbd8bec787f84391bf16859.soap@gentoo
1 commit: 41f578601bc1f99a1bbd8bec787f84391bf16859
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 1 22:42:15 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 1 22:42:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41f57860
7
8 app-office/abiword: Upper bound on e-d-s
9
10 * evolution-data-server changed the API for 3.34, and Abiword
11 breaks on the pkg-config change.
12
13 Package-Manager: Portage-2.3.90, Repoman-2.3.20
14 Signed-off-by: David Seifert <soap <AT> gentoo.org>
15
16 app-office/abiword/{abiword-3.0.2-r2.ebuild => abiword-3.0.2-r3.ebuild} | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/app-office/abiword/abiword-3.0.2-r2.ebuild b/app-office/abiword/abiword-3.0.2-r3.ebuild
20 similarity index 98%
21 rename from app-office/abiword/abiword-3.0.2-r2.ebuild
22 rename to app-office/abiword/abiword-3.0.2-r3.ebuild
23 index ed9646cd3f0..db0ebd4b8da 100644
24 --- a/app-office/abiword/abiword-3.0.2-r2.ebuild
25 +++ b/app-office/abiword/abiword-3.0.2-r3.ebuild
26 @@ -33,7 +33,7 @@ RDEPEND="
27 >=x11-libs/cairo-1.10
28 >=x11-libs/gtk+-3.0.8:3[cups?]
29 calendar? ( >=dev-libs/libical-0.46:= )
30 - eds? ( >=gnome-extra/evolution-data-server-3.6.0:= )
31 + eds? ( <gnome-extra/evolution-data-server-3.33:= )
32 goffice? ( >=x11-libs/goffice-0.10.2:0.10 )
33 introspection? ( >=dev-libs/gobject-introspection-1.0.0:= )
34 map? ( >=media-libs/libchamplain-0.12:0.12 )