Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgda/
Date: Fri, 28 Dec 2018 11:06:40
Message-Id: 1545995166.53dd6948675b603e6f3f0ee5a854730b722a10d9.leio@gentoo
1 commit: 53dd6948675b603e6f3f0ee5a854730b722a10d9
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 28 11:03:23 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 28 11:06:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53dd6948
7
8 gnome-extra/libgda: require openssl-1.0*, add glib-utils dep
9
10 Bug: https://bugs.gentoo.org/666156
11 Closes: https://bugs.gentoo.org/668078
12 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
13 Package-Manager: Portage-2.3.52, Repoman-2.3.11
14
15 gnome-extra/libgda/libgda-5.2.4-r2.ebuild | 5 +++--
16 1 file changed, 3 insertions(+), 2 deletions(-)
17
18 diff --git a/gnome-extra/libgda/libgda-5.2.4-r2.ebuild b/gnome-extra/libgda/libgda-5.2.4-r2.ebuild
19 index 478c3717548..b45f3537357 100644
20 --- a/gnome-extra/libgda/libgda-5.2.4-r2.ebuild
21 +++ b/gnome-extra/libgda/libgda-5.2.4-r2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -52,7 +52,7 @@ RDEPEND="
29 ${PYTHON_DEPS}
30 dev-java/fop
31 dev-python/reportlab )
32 - ssl? ( dev-libs/openssl:= )
33 + ssl? ( <dev-libs/openssl-1.1:0= )
34 >=dev-db/sqlite-3.6.22:3=
35 vala? ( dev-libs/libgee:0.8 )
36 "
37 @@ -61,6 +61,7 @@ RDEPEND="
38 DEPEND="${RDEPEND}
39 >=app-text/gnome-doc-utils-0.9
40 app-text/yelp-tools
41 + dev-util/glib-utils
42 dev-util/gtk-doc-am
43 >=dev-util/intltool-0.40.6
44 virtual/pkgconfig