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 9578F1382C5 for ; Mon, 15 Feb 2021 03:36:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C56C1E0B3B; Mon, 15 Feb 2021 03:36:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A9F7EE0B37 for ; Mon, 15 Feb 2021 03:36:41 +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 B0D74335D17 for ; Mon, 15 Feb 2021 03:36:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E30F4C7 for ; Mon, 15 Feb 2021 03:36:39 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1613359853.7cbd27baa7f7992245568f6ec7ca7f707df1f792.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/nomacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/nomacs/nomacs-3.16.224-r1.ebuild media-gfx/nomacs/nomacs-3.16.224.ebuild X-VCS-Directories: media-gfx/nomacs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7cbd27baa7f7992245568f6ec7ca7f707df1f792 X-VCS-Branch: master Date: Mon, 15 Feb 2021 03:36:39 +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: d0dede26-8a38-45de-95e7-634969aa504f X-Archives-Hash: a12c57b0e212b0879985b82da88aef60 commit: 7cbd27baa7f7992245568f6ec7ca7f707df1f792 Author: Sam James gentoo org> AuthorDate: Mon Feb 15 03:30:53 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 15 03:30:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cbd27ba media-gfx/nomacs: fix quazip slot dep Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> .../nomacs/{nomacs-3.16.224.ebuild => nomacs-3.16.224-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/nomacs/nomacs-3.16.224.ebuild b/media-gfx/nomacs/nomacs-3.16.224-r1.ebuild similarity index 96% rename from media-gfx/nomacs/nomacs-3.16.224.ebuild rename to media-gfx/nomacs/nomacs-3.16.224-r1.ebuild index 252958e43a9..efac4a65c05 100644 --- a/media-gfx/nomacs/nomacs-3.16.224.ebuild +++ b/media-gfx/nomacs/nomacs-3.16.224-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -36,7 +36,7 @@ RDEPEND=" dev-qt/qtimageformats:5 media-libs/tiff ) - zip? ( dev-libs/quazip ) + zip? ( dev-libs/quazip:0 ) " DEPEND="${RDEPEND}" BDEPEND="