commit: 53dd6948675b603e6f3f0ee5a854730b722a10d9 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Fri Dec 28 11:03:23 2018 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Fri Dec 28 11:06:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53dd6948
gnome-extra/libgda: require openssl-1.0*, add glib-utils dep Bug: https://bugs.gentoo.org/666156 Closes: https://bugs.gentoo.org/668078 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org> Package-Manager: Portage-2.3.52, Repoman-2.3.11 gnome-extra/libgda/libgda-5.2.4-r2.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnome-extra/libgda/libgda-5.2.4-r2.ebuild b/gnome-extra/libgda/libgda-5.2.4-r2.ebuild index 478c3717548..b45f3537357 100644 --- a/gnome-extra/libgda/libgda-5.2.4-r2.ebuild +++ b/gnome-extra/libgda/libgda-5.2.4-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -52,7 +52,7 @@ RDEPEND=" ${PYTHON_DEPS} dev-java/fop dev-python/reportlab ) - ssl? ( dev-libs/openssl:= ) + ssl? ( <dev-libs/openssl-1.1:0= ) >=dev-db/sqlite-3.6.22:3= vala? ( dev-libs/libgee:0.8 ) " @@ -61,6 +61,7 @@ RDEPEND=" DEPEND="${RDEPEND} >=app-text/gnome-doc-utils-0.9 app-text/yelp-tools + dev-util/glib-utils dev-util/gtk-doc-am >=dev-util/intltool-0.40.6 virtual/pkgconfig
