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 C8CCA138330 for ; Wed, 28 Sep 2016 18:36:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFB67E08C7; Wed, 28 Sep 2016 18:36:00 +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 7C88FE08B2 for ; Wed, 28 Sep 2016 18:36:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 900E83405BB for ; Wed, 28 Sep 2016 18:35:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E4CA7E1 for ; Wed, 28 Sep 2016 18:35:58 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1475087743.f3b291e70f9c0e7e4bfe979852d36be49595c677.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/qmapshack/qmapshack-1.6.1-r2.ebuild sci-geosciences/qmapshack/qmapshack-1.6.3.ebuild X-VCS-Directories: sci-geosciences/qmapshack/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: f3b291e70f9c0e7e4bfe979852d36be49595c677 X-VCS-Branch: master Date: Wed, 28 Sep 2016 18:35:58 +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: cca17682-dd60-45b1-9a34-75ab80016864 X-Archives-Hash: 825e15985b35ef13760fc271ccd472ae commit: f3b291e70f9c0e7e4bfe979852d36be49595c677 Author: Michael Palimaka gentoo org> AuthorDate: Wed Sep 28 18:33:05 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Sep 28 18:35:43 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3b291e7 sci-geosciences/qmapshack: pin dev-qt/qtnetwork to SLOT 5 Package-Manager: portage-2.3.1 sci-geosciences/qmapshack/qmapshack-1.6.1-r2.ebuild | 2 +- sci-geosciences/qmapshack/qmapshack-1.6.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-geosciences/qmapshack/qmapshack-1.6.1-r2.ebuild b/sci-geosciences/qmapshack/qmapshack-1.6.1-r2.ebuild index 9cc1133..280f2cf 100644 --- a/sci-geosciences/qmapshack/qmapshack-1.6.1-r2.ebuild +++ b/sci-geosciences/qmapshack/qmapshack-1.6.1-r2.ebuild @@ -18,7 +18,7 @@ RDEPEND="dev-qt/qtwebkit:5 dev-qt/qtprintsupport:5 dev-qt/qtdbus:5 dev-qt/qttest:5 - dev-qt/qtnetwork[ssl] + dev-qt/qtnetwork:5[ssl] >=sci-geosciences/routino-3.0_p1 sci-libs/gdal sci-libs/proj" diff --git a/sci-geosciences/qmapshack/qmapshack-1.6.3.ebuild b/sci-geosciences/qmapshack/qmapshack-1.6.3.ebuild index 804ab6c..299c61f 100644 --- a/sci-geosciences/qmapshack/qmapshack-1.6.3.ebuild +++ b/sci-geosciences/qmapshack/qmapshack-1.6.3.ebuild @@ -18,7 +18,7 @@ RDEPEND="dev-qt/qtwebkit:5 dev-qt/qtprintsupport:5 dev-qt/qtdbus:5 dev-qt/qttest:5 - dev-qt/qtnetwork[ssl] + dev-qt/qtnetwork:5[ssl] >=sci-geosciences/routino-3.1.1 sci-libs/gdal sci-libs/proj"