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 8970A1382C5 for ; Mon, 5 Mar 2018 12:12:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96C34E0877; Mon, 5 Mar 2018 12:12:20 +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 72888E0877 for ; Mon, 5 Mar 2018 12:12:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 08379335C0A for ; Mon, 5 Mar 2018 12:12:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB5F91ED for ; Mon, 5 Mar 2018 12:12:12 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1520251922.596382784ee22b2219c82885f88e1a9bd5a84d6a.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/valentina/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/valentina/valentina-0.5.0-r2.ebuild media-gfx/valentina/valentina-9999.ebuild X-VCS-Directories: media-gfx/valentina/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 596382784ee22b2219c82885f88e1a9bd5a84d6a X-VCS-Branch: master Date: Mon, 5 Mar 2018 12:12:12 +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: d2134b83-7a5c-4e06-b6c2-ffd435324359 X-Archives-Hash: 32c4f463bbd3b39962ead020c5de5960 commit: 596382784ee22b2219c82885f88e1a9bd5a84d6a Author: Miroslav Šulc gentoo org> AuthorDate: Mon Mar 5 12:12:02 2018 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Mon Mar 5 12:12:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59638278 media-gfx/valentina: it needs qtnetwork[ssl] to compile and work correctly Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-gfx/valentina/valentina-0.5.0-r2.ebuild | 2 +- media-gfx/valentina/valentina-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/valentina/valentina-0.5.0-r2.ebuild b/media-gfx/valentina/valentina-0.5.0-r2.ebuild index d7a61d28ced..4dcf9c98e9b 100644 --- a/media-gfx/valentina/valentina-0.5.0-r2.ebuild +++ b/media-gfx/valentina/valentina-0.5.0-r2.ebuild @@ -27,7 +27,7 @@ CDEPEND=" app-text/poppler dev-qt/qtcore:5 dev-qt/qtgui:5 - dev-qt/qtnetwork:5 + dev-qt/qtnetwork:5[ssl] dev-qt/qtprintsupport:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 diff --git a/media-gfx/valentina/valentina-9999.ebuild b/media-gfx/valentina/valentina-9999.ebuild index 7e393108cc1..a08d1377664 100644 --- a/media-gfx/valentina/valentina-9999.ebuild +++ b/media-gfx/valentina/valentina-9999.ebuild @@ -25,7 +25,7 @@ CDEPEND=" app-text/poppler dev-qt/qtcore:5 dev-qt/qtgui:5 - dev-qt/qtnetwork:5 + dev-qt/qtnetwork:5[ssl] dev-qt/qtprintsupport:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5