From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1586013-garchives=archives.gentoo.org@lists.gentoo.org>
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 BDF7015803E
	for <garchives@archives.gentoo.org>; Mon,  1 Jan 2024 04:07:34 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 0CA662BC027;
	Mon,  1 Jan 2024 04:07:34 +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 DAF9D2BC027
	for <gentoo-commits@lists.gentoo.org>; Mon,  1 Jan 2024 04:07:33 +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 D7CBC33D0AF
	for <gentoo-commits@lists.gentoo.org>; Mon,  1 Jan 2024 04:07:32 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 78844AC2
	for <gentoo-commits@lists.gentoo.org>; Mon,  1 Jan 2024 04:07:31 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1704082020.a99f073a4dbf526463831d4a2f61ed5af553c09d.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kirigami/
X-VCS-Repository: repo/gentoo
X-VCS-Files: kde-frameworks/kirigami/kirigami-5.112.0.ebuild kde-frameworks/kirigami/kirigami-5.113.0.ebuild kde-frameworks/kirigami/kirigami-5.247.0.ebuild
X-VCS-Directories: kde-frameworks/kirigami/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: a99f073a4dbf526463831d4a2f61ed5af553c09d
X-VCS-Branch: master
Date: Mon,  1 Jan 2024 04:07:31 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 3bab5a1b-6d1f-4678-ae28-eec6650ccb5a
X-Archives-Hash: 5d113e57b942313f9844d3e5e2b6bf45

commit:     a99f073a4dbf526463831d4a2f61ed5af553c09d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  1 04:07:00 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan  1 04:07:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a99f073a

kde-frameworks/kirigami: don't default-enable USE=openmp

Rely on profiles to do this instead, otherwise kirigami fails out of the
box on 23.0.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 kde-frameworks/kirigami/kirigami-5.112.0.ebuild | 4 ++--
 kde-frameworks/kirigami/kirigami-5.113.0.ebuild | 4 ++--
 kde-frameworks/kirigami/kirigami-5.247.0.ebuild | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/kde-frameworks/kirigami/kirigami-5.112.0.ebuild b/kde-frameworks/kirigami/kirigami-5.112.0.ebuild
index 68365d540477..fc90aec9b4d0 100644
--- a/kde-frameworks/kirigami/kirigami-5.112.0.ebuild
+++ b/kde-frameworks/kirigami/kirigami-5.112.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -16,7 +16,7 @@ EGIT_REPO_URI="${EGIT_REPO_URI/${PN}2/${PN}}"
 
 LICENSE="LGPL-2+"
 KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-IUSE="+openmp"
+IUSE="openmp"
 
 # requires package to already be installed
 RESTRICT="test"

diff --git a/kde-frameworks/kirigami/kirigami-5.113.0.ebuild b/kde-frameworks/kirigami/kirigami-5.113.0.ebuild
index deff290eaf2c..5da8efb70be5 100644
--- a/kde-frameworks/kirigami/kirigami-5.113.0.ebuild
+++ b/kde-frameworks/kirigami/kirigami-5.113.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -15,7 +15,7 @@ HOMEPAGE="https://techbase.kde.org/Kirigami"
 
 LICENSE="LGPL-2+"
 KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="+openmp"
+IUSE="openmp"
 
 # requires package to already be installed
 RESTRICT="test"

diff --git a/kde-frameworks/kirigami/kirigami-5.247.0.ebuild b/kde-frameworks/kirigami/kirigami-5.247.0.ebuild
index 037dd677cda5..7fdb0e9420e2 100644
--- a/kde-frameworks/kirigami/kirigami-5.247.0.ebuild
+++ b/kde-frameworks/kirigami/kirigami-5.247.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,7 +14,7 @@ HOMEPAGE="https://techbase.kde.org/Kirigami"
 
 LICENSE="LGPL-2+"
 KEYWORDS="~amd64"
-IUSE="+openmp"
+IUSE="openmp"
 
 # requires package to already be installed
 RESTRICT="test"