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 62312139694 for ; Wed, 15 Mar 2017 13:48:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 593E321C075; Wed, 15 Mar 2017 13:48:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 30CA021C075 for ; Wed, 15 Mar 2017 13:48:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 23366340988 for ; Wed, 15 Mar 2017 13:48:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F10B6919 for ; Wed, 15 Mar 2017 13:48:20 +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: <1489583792.f4be32b6152bb9a4d654e8e9c6d7535637e3dc26.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgdata/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libgdata/libgdata-0.17.7.ebuild X-VCS-Directories: dev-libs/libgdata/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: f4be32b6152bb9a4d654e8e9c6d7535637e3dc26 X-VCS-Branch: master Date: Wed, 15 Mar 2017 13:48:20 +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-Archives-Salt: 10b1e635-0fa8-4201-9959-f0c377622177 X-Archives-Hash: 78b24133407dede708ebdfa4561c19fc commit: f4be32b6152bb9a4d654e8e9c6d7535637e3dc26 Author: Mart Raudsepp gentoo org> AuthorDate: Wed Mar 15 13:16:04 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Wed Mar 15 13:16:32 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4be32b6 dev-libs/libgdata: tests: don't remove https testing if libsoup is new enough The issue was identified to be with older libsoup, so only revert the TLS patch if available libsoup is buggy for the test. Next libgdata release will fix it properly (grabbing the upstream fix verbatim would mean unnecesary eautoreconf) Package-Manager: Portage-2.3.4, Repoman-2.3.1 dev-libs/libgdata/libgdata-0.17.7.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-libs/libgdata/libgdata-0.17.7.ebuild b/dev-libs/libgdata/libgdata-0.17.7.ebuild index ce01bdd4863..bf51fdf868f 100644 --- a/dev-libs/libgdata/libgdata-0.17.7.ebuild +++ b/dev-libs/libgdata/libgdata-0.17.7.ebuild @@ -41,8 +41,10 @@ DEPEND="${RDEPEND} " src_prepare() { - # https://bugzilla.gnome.org/show_bug.cgi?id=780081 - eapply -R "${FILESDIR}/${PV}"-streams-https-tests.patch + # https://bugzilla.gnome.org/show_bug.cgi?id=780081 - remove with 0.17.8 + if use test && ! has_version '>=net-libs/libsoup-2.55.90:2.4'; then + eapply -R "${FILESDIR}/${PV}"-streams-https-tests.patch + fi # x86 test fix from upstream git post-0.17.7 eapply "${FILESDIR}/${PV}"-fix-x86-tests.patch