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 71209158020 for ; Fri, 16 Dec 2022 23:53:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98D40E07E6; Fri, 16 Dec 2022 23:53:13 +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 77D80E07E6 for ; Fri, 16 Dec 2022 23:53:13 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7D72333BF43 for ; Fri, 16 Dec 2022 23:53:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A740B75 for ; Fri, 16 Dec 2022 23:53:10 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1671234772.1b49b27b67e7be0db8fc3d9f3b9e5629fc3adbae.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtimageformats/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtimageformats/qtimageformats-6.4.9999.ebuild dev-qt/qtimageformats/qtimageformats-6.5.9999.ebuild dev-qt/qtimageformats/qtimageformats-6.9999.ebuild X-VCS-Directories: dev-qt/qtimageformats/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 1b49b27b67e7be0db8fc3d9f3b9e5629fc3adbae X-VCS-Branch: master Date: Fri, 16 Dec 2022 23:53:10 +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: cc98376f-0491-4709-94eb-812a924d5b8c X-Archives-Hash: 555dc89a07a0e161de3a42d704573555 commit: 1b49b27b67e7be0db8fc3d9f3b9e5629fc3adbae Author: Jimi Huotari gentoo org> AuthorDate: Fri Dec 16 23:51:26 2022 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Fri Dec 16 23:52:52 2022 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=1b49b27b dev-qt/qtimageformats: fix tiff and webp configure flags Bug: https://bugs.gentoo.org/885607 Signed-off-by: Jimi Huotari gentoo.org> dev-qt/qtimageformats/qtimageformats-6.4.9999.ebuild | 4 ++-- dev-qt/qtimageformats/qtimageformats-6.5.9999.ebuild | 4 ++-- dev-qt/qtimageformats/qtimageformats-6.9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-qt/qtimageformats/qtimageformats-6.4.9999.ebuild b/dev-qt/qtimageformats/qtimageformats-6.4.9999.ebuild index a59b77b6..8cb1cc3b 100644 --- a/dev-qt/qtimageformats/qtimageformats-6.4.9999.ebuild +++ b/dev-qt/qtimageformats/qtimageformats-6.4.9999.ebuild @@ -27,8 +27,8 @@ src_configure() { $(qt_feature mng) -DQT_FEATURE_tiff=ON -DQT_FEATURE_webp=ON - -DQT_FEATURE_system-tiff=ON - -DQT_FEATURE_system-webp=ON + -DQT_FEATURE_system_tiff=ON + -DQT_FEATURE_system_webp=ON ) qt6-build_src_configure diff --git a/dev-qt/qtimageformats/qtimageformats-6.5.9999.ebuild b/dev-qt/qtimageformats/qtimageformats-6.5.9999.ebuild index a59b77b6..8cb1cc3b 100644 --- a/dev-qt/qtimageformats/qtimageformats-6.5.9999.ebuild +++ b/dev-qt/qtimageformats/qtimageformats-6.5.9999.ebuild @@ -27,8 +27,8 @@ src_configure() { $(qt_feature mng) -DQT_FEATURE_tiff=ON -DQT_FEATURE_webp=ON - -DQT_FEATURE_system-tiff=ON - -DQT_FEATURE_system-webp=ON + -DQT_FEATURE_system_tiff=ON + -DQT_FEATURE_system_webp=ON ) qt6-build_src_configure diff --git a/dev-qt/qtimageformats/qtimageformats-6.9999.ebuild b/dev-qt/qtimageformats/qtimageformats-6.9999.ebuild index a59b77b6..8cb1cc3b 100644 --- a/dev-qt/qtimageformats/qtimageformats-6.9999.ebuild +++ b/dev-qt/qtimageformats/qtimageformats-6.9999.ebuild @@ -27,8 +27,8 @@ src_configure() { $(qt_feature mng) -DQT_FEATURE_tiff=ON -DQT_FEATURE_webp=ON - -DQT_FEATURE_system-tiff=ON - -DQT_FEATURE_system-webp=ON + -DQT_FEATURE_system_tiff=ON + -DQT_FEATURE_system_webp=ON ) qt6-build_src_configure