From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8071E1582EF for ; Wed, 19 Feb 2025 17:00:31 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 2E69F343229 for ; Wed, 19 Feb 2025 17:00:13 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3F281110470; Wed, 19 Feb 2025 17:00:09 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 38ACB110470 for ; Wed, 19 Feb 2025 17:00:09 +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 EBC6E3431C9 for ; Wed, 19 Feb 2025 17:00:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4307126E6 for ; Wed, 19 Feb 2025 17:00:07 +0000 (UTC) From: "Nowa 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, "Nowa Ammerlaan" Message-ID: <1739984388.5447e0093d040fabba7f6ad1ed5cbb74288af351.nowa@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyside/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyside/pyside-6.8.1.1.ebuild dev-python/pyside/pyside-6.8.2-r1.ebuild X-VCS-Directories: dev-python/pyside/ X-VCS-Committer: nowa X-VCS-Committer-Name: Nowa Ammerlaan X-VCS-Revision: 5447e0093d040fabba7f6ad1ed5cbb74288af351 X-VCS-Branch: master Date: Wed, 19 Feb 2025 17:00:07 +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: 6503b672-d1d8-4e86-a89d-0910504e517b X-Archives-Hash: c690c7c7c3a0cee76575e5049e7f2591 commit: 5447e0093d040fabba7f6ad1ed5cbb74288af351 Author: Nowa Ammerlaan gentoo org> AuthorDate: Wed Feb 19 16:58:55 2025 +0000 Commit: Nowa Ammerlaan gentoo org> CommitDate: Wed Feb 19 16:59:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5447e009 dev-python/pyside: drop llvm 15 Signed-off-by: Nowa Ammerlaan gentoo.org> dev-python/pyside/pyside-6.8.1.1.ebuild | 2 +- dev-python/pyside/pyside-6.8.2-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyside/pyside-6.8.1.1.ebuild b/dev-python/pyside/pyside-6.8.1.1.ebuild index 89ab1f8e8b99..37deb4916077 100644 --- a/dev-python/pyside/pyside-6.8.1.1.ebuild +++ b/dev-python/pyside/pyside-6.8.1.1.ebuild @@ -7,7 +7,7 @@ EAPI=8 # https://bugreports.qt.io/browse/PYSIDE-535 PYTHON_COMPAT=( python3_{10..13} ) -LLVM_COMPAT=( {15..18} ) +LLVM_COMPAT=( {16..18} ) inherit cmake llvm-r1 python-r1 virtualx diff --git a/dev-python/pyside/pyside-6.8.2-r1.ebuild b/dev-python/pyside/pyside-6.8.2-r1.ebuild index 3eea6c5ea105..38de7536c40b 100644 --- a/dev-python/pyside/pyside-6.8.2-r1.ebuild +++ b/dev-python/pyside/pyside-6.8.2-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..13} ) -LLVM_COMPAT=( {15..19} ) +LLVM_COMPAT=( {16..19} ) DISTUTILS_USE_PEP517=setuptools DISTUTILS_EXT=1