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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2440C158094 for ; Fri, 9 Sep 2022 16:09:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBEDCE093D; Fri, 9 Sep 2022 16:09:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C86BBE093D for ; Fri, 9 Sep 2022 16:09:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 723153411D0 for ; Fri, 9 Sep 2022 16:09:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9ABA5DA for ; Fri, 9 Sep 2022 16:09:52 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1662739764.07fc825e94d464387e4656fa34d39a4096b5b613.andrewammerlaan@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.16.0.ebuild sci-geosciences/qmapshack/qmapshack-1.16.1.ebuild X-VCS-Directories: sci-geosciences/qmapshack/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 07fc825e94d464387e4656fa34d39a4096b5b613 X-VCS-Branch: master Date: Fri, 9 Sep 2022 16:09:52 +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: 8f9a3a26-4061-4042-9485-6dc249c9395c X-Archives-Hash: 3a4745ae448e723393f7e9b6f0e8d750 commit: 07fc825e94d464387e4656fa34d39a4096b5b613 Author: Andrew Ammerlaan gentoo org> AuthorDate: Fri Sep 9 16:07:31 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Fri Sep 9 16:09:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07fc825e sci-geosciences/qmapshack: depend on quazip[qt5(+)] Signed-off-by: Andrew Ammerlaan gentoo.org> sci-geosciences/qmapshack/qmapshack-1.16.0.ebuild | 4 ++-- sci-geosciences/qmapshack/qmapshack-1.16.1.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-geosciences/qmapshack/qmapshack-1.16.0.ebuild b/sci-geosciences/qmapshack/qmapshack-1.16.0.ebuild index a9b713177f55..f9e37c1f0d2b 100644 --- a/sci-geosciences/qmapshack/qmapshack-1.16.0.ebuild +++ b/sci-geosciences/qmapshack/qmapshack-1.16.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ KEYWORDS="amd64 x86" IUSE="" RDEPEND=" - dev-libs/quazip:0= + dev-libs/quazip:0=[qt5(+)] dev-qt/designer:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5[widgets] diff --git a/sci-geosciences/qmapshack/qmapshack-1.16.1.ebuild b/sci-geosciences/qmapshack/qmapshack-1.16.1.ebuild index 3065ccfdbdef..f9e37c1f0d2b 100644 --- a/sci-geosciences/qmapshack/qmapshack-1.16.1.ebuild +++ b/sci-geosciences/qmapshack/qmapshack-1.16.1.ebuild @@ -15,7 +15,7 @@ KEYWORDS="amd64 x86" IUSE="" RDEPEND=" - dev-libs/quazip:0= + dev-libs/quazip:0=[qt5(+)] dev-qt/designer:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5[widgets]