From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1711575-garchives=archives.gentoo.org@lists.gentoo.org> 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 3323B1581F0 for <garchives@archives.gentoo.org>; Wed, 22 Jan 2025 21:57:33 +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 020E4342FFE for <garchives@archives.gentoo.org>; Wed, 22 Jan 2025 21:57:33 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E28C511042D; Wed, 22 Jan 2025 21:57:27 +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 D747911042D for <gentoo-commits@lists.gentoo.org>; Wed, 22 Jan 2025 21:57:27 +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 952E1342FA8 for <gentoo-commits@lists.gentoo.org>; Wed, 22 Jan 2025 21:57:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4EC9236B for <gentoo-commits@lists.gentoo.org>; Wed, 22 Jan 2025 21:57:25 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@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, "Andreas Sturmlechner" <asturm@gentoo.org> Message-ID: <1737583005.e3a4a2c4df671f65d1703890c0189ab28dae3eab.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/qscintilla/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/qscintilla/qscintilla-2.14.1-r1.ebuild X-VCS-Directories: x11-libs/qscintilla/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e3a4a2c4df671f65d1703890c0189ab28dae3eab X-VCS-Branch: master Date: Wed, 22 Jan 2025 21:57:25 +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: f3d8fdc2-f8f0-4a77-a036-e99841459343 X-Archives-Hash: 0b065190bcebe4042c703a49abd13491 commit: e3a4a2c4df671f65d1703890c0189ab28dae3eab Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Jan 14 17:09:39 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Jan 22 21:56:45 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3a4a2c4 x11-libs/qscintilla: Switch IUSE +qt5/qt6 to qt5/+qt6 Majority of revdeps now requests Qt6. Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> x11-libs/qscintilla/qscintilla-2.14.1-r1.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/x11-libs/qscintilla/qscintilla-2.14.1-r1.ebuild b/x11-libs/qscintilla/qscintilla-2.14.1-r1.ebuild index fb9ddb9b51a3..807d87f56354 100644 --- a/x11-libs/qscintilla/qscintilla-2.14.1-r1.ebuild +++ b/x11-libs/qscintilla/qscintilla-2.14.1-r1.ebuild @@ -1,22 +1,21 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 +MY_PN=QScintilla +MY_P=${MY_PN}_src-${PV/_pre/.dev} inherit flag-o-matic multibuild qmake-utils DESCRIPTION="Qt port of Neil Hodgson's Scintilla C++ editor control" HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro" - -MY_PN=QScintilla -MY_P=${MY_PN}_src-${PV/_pre/.dev} SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${MY_PN}/${PV}/${MY_P}.tar.gz" S=${WORKDIR}/${MY_P} LICENSE="GPL-3" SLOT="0/15" KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~riscv x86" -IUSE="designer doc +qt5 qt6" +IUSE="designer doc qt5 +qt6" REQUIRED_USE="|| ( qt5 qt6 )"