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 09BC01392E8 for ; Sat, 24 Jul 2021 15:55:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59CE0E0C30; Sat, 24 Jul 2021 15:55:32 +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 41939E0C30 for ; Sat, 24 Jul 2021 15:55:32 +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 63299342A3C for ; Sat, 24 Jul 2021 15:55:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01A897A3 for ; Sat, 24 Jul 2021 15:55:30 +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: <1627142094.154f03b592b7468e39b1cf24ced044cd66613036.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-libs/libjxl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-libs/libjxl/libjxl-9999.ebuild X-VCS-Directories: media-libs/libjxl/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 154f03b592b7468e39b1cf24ced044cd66613036 X-VCS-Branch: dev Date: Sat, 24 Jul 2021 15:55:30 +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: 73d93064-aa7c-4019-adb8-013957b2b48a X-Archives-Hash: f30666bad5fdee80712a18b10d64501f commit: 154f03b592b7468e39b1cf24ced044cd66613036 Author: Andrew Ammerlaan gentoo org> AuthorDate: Sat Jul 24 15:54:54 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sat Jul 24 15:54:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=154f03b5 media-libs/libjxl: add missing slot operator Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> media-libs/libjxl/libjxl-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libjxl/libjxl-9999.ebuild b/media-libs/libjxl/libjxl-9999.ebuild index cfb733563..21dbcb9ab 100644 --- a/media-libs/libjxl/libjxl-9999.ebuild +++ b/media-libs/libjxl/libjxl-9999.ebuild @@ -21,7 +21,7 @@ DEPEND="app-arch/brotli virtual/opengl media-libs/freeglut media-libs/giflib - media-libs/openexr + media-libs/openexr:= dev-util/google-perftools x11-misc/shared-mime-info dev-qt/qtwidgets 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 9027B1392E8 for ; Sat, 24 Jul 2021 15:58:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04A17E0DC4; Sat, 24 Jul 2021 15:58:12 +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 E07C0E0DC4 for ; Sat, 24 Jul 2021 15:58:11 +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 43850342CD5 for ; Sat, 24 Jul 2021 15:58:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB47A85C for ; Sat, 24 Jul 2021 15:58:06 +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: <1627142094.154f03b592b7468e39b1cf24ced044cd66613036.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-libs/libjxl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-libs/libjxl/libjxl-9999.ebuild X-VCS-Directories: media-libs/libjxl/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 154f03b592b7468e39b1cf24ced044cd66613036 X-VCS-Branch: master Date: Sat, 24 Jul 2021 15:58:06 +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: e1f4e038-e499-4c36-8f2d-fea868b9abdc X-Archives-Hash: d71de59c8796e2a2c47fd2850d9522b4 Message-ID: <20210724155806.oqFIFdA-INPODJyFQl8ofCd8uCGJ-R9vgcDETBdMMtw@z> commit: 154f03b592b7468e39b1cf24ced044cd66613036 Author: Andrew Ammerlaan gentoo org> AuthorDate: Sat Jul 24 15:54:54 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sat Jul 24 15:54:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=154f03b5 media-libs/libjxl: add missing slot operator Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> media-libs/libjxl/libjxl-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libjxl/libjxl-9999.ebuild b/media-libs/libjxl/libjxl-9999.ebuild index cfb733563..21dbcb9ab 100644 --- a/media-libs/libjxl/libjxl-9999.ebuild +++ b/media-libs/libjxl/libjxl-9999.ebuild @@ -21,7 +21,7 @@ DEPEND="app-arch/brotli virtual/opengl media-libs/freeglut media-libs/giflib - media-libs/openexr + media-libs/openexr:= dev-util/google-perftools x11-misc/shared-mime-info dev-qt/qtwidgets