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 CB4A715808C for ; Fri, 18 Feb 2022 18:14:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3B4CE07D8; Fri, 18 Feb 2022 18:14:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D9C3DE07D8 for ; Fri, 18 Feb 2022 18:14:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CBCDD343572 for ; Fri, 18 Feb 2022 18:14:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01081272 for ; Fri, 18 Feb 2022 18:14:20 +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: <1645208046.1c76f8e03f7ddf764ade3be696265628b2361978.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/hugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/hugin/hugin-2021.0.0.ebuild media-gfx/hugin/hugin-9999.ebuild X-VCS-Directories: media-gfx/hugin/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1c76f8e03f7ddf764ade3be696265628b2361978 X-VCS-Branch: master Date: Fri, 18 Feb 2022 18:14: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8e0ba56c-7a5f-4494-9638-6f9044c87e87 X-Archives-Hash: c51735fc940d8d83dcddd8fbe4489631 commit: 1c76f8e03f7ddf764ade3be696265628b2361978 Author: Sam James gentoo org> AuthorDate: Fri Feb 18 18:12:11 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 18 18:14:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c76f8e0 media-gfx/hugin: depend on newer Vigra To ensure Vigra is working correctly w/ unslotted OpenEXR. Signed-off-by: Sam James gentoo.org> media-gfx/hugin/hugin-2021.0.0.ebuild | 2 +- media-gfx/hugin/hugin-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-gfx/hugin/hugin-2021.0.0.ebuild b/media-gfx/hugin/hugin-2021.0.0.ebuild index 94cb614e8887..ae3b138ce660 100644 --- a/media-gfx/hugin/hugin-2021.0.0.ebuild +++ b/media-gfx/hugin/hugin-2021.0.0.ebuild @@ -32,7 +32,7 @@ CDEPEND=" media-libs/libpng:0= media-libs/openexr:0= media-libs/tiff:0 - >=media-libs/vigra-1.11.0[openexr] + >=media-libs/vigra-1.11.1-r5[openexr] sci-libs/fftw:3.0= sci-libs/flann sys-libs/zlib diff --git a/media-gfx/hugin/hugin-9999.ebuild b/media-gfx/hugin/hugin-9999.ebuild index 4ec32d7007d0..6762e901caa5 100644 --- a/media-gfx/hugin/hugin-9999.ebuild +++ b/media-gfx/hugin/hugin-9999.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 @@ -34,7 +34,7 @@ CDEPEND=" media-libs/libpng:0= media-libs/openexr:= media-libs/tiff:0 - >=media-libs/vigra-1.11.0[openexr] + >=media-libs/vigra-1.11.1-r5[openexr] sci-libs/fftw:3.0= sci-libs/flann sys-libs/zlib