diff options
author | 2018-12-28 13:03:23 +0200 | |
---|---|---|
committer | 2018-12-28 13:06:06 +0200 | |
commit | 53dd6948675b603e6f3f0ee5a854730b722a10d9 (patch) | |
tree | 96be2c760d7d5e27f7463c25d6978850c6228bb2 /gnome-extra | |
parent | net-libs/http-parser: Version 2.9.0 (diff) | |
download | gentoo-53dd6948675b603e6f3f0ee5a854730b722a10d9.tar.gz gentoo-53dd6948675b603e6f3f0ee5a854730b722a10d9.tar.bz2 gentoo-53dd6948675b603e6f3f0ee5a854730b722a10d9.zip |
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@gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.11
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/libgda/libgda-5.2.4-r2.ebuild | 5 |
1 files 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 478c37175488..b45f3537357a 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 |