From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 723FB138334 for ; Fri, 28 Dec 2018 11:06:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CC79E0AC1; Fri, 28 Dec 2018 11:06:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1078DE0AC1 for ; Fri, 28 Dec 2018 11:06:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7BB3B335C31 for ; Fri, 28 Dec 2018 11:06:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57DBA42F for ; Fri, 28 Dec 2018 11:06:35 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1545995166.53dd6948675b603e6f3f0ee5a854730b722a10d9.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgda/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/libgda/libgda-5.2.4-r2.ebuild X-VCS-Directories: gnome-extra/libgda/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 53dd6948675b603e6f3f0ee5a854730b722a10d9 X-VCS-Branch: master Date: Fri, 28 Dec 2018 11:06:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 236057c7-0b5b-4410-991d-ef5cd5f8eff4 X-Archives-Hash: f2b10ca40817b0423884cbe7ead4a35b commit: 53dd6948675b603e6f3f0ee5a854730b722a10d9 Author: Mart Raudsepp gentoo org> AuthorDate: Fri Dec 28 11:03:23 2018 +0000 Commit: Mart Raudsepp gentoo 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 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-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