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 27B38158030 for ; Mon, 27 Feb 2023 00:41:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70656E086A; Mon, 27 Feb 2023 00:41:52 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 587ABE086A for ; Mon, 27 Feb 2023 00:41:52 +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 3A463340DC4 for ; Mon, 27 Feb 2023 00:41:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5A518B5 for ; Mon, 27 Feb 2023 00:41:48 +0000 (UTC) From: "Sam James" 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" Message-ID: <1677458494.e9943f8417c0c3c8d49c7ce6d8d002a049a35176.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/qxlsx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/qxlsx/qxlsx-1.4.5.ebuild X-VCS-Directories: dev-libs/qxlsx/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e9943f8417c0c3c8d49c7ce6d8d002a049a35176 X-VCS-Branch: master Date: Mon, 27 Feb 2023 00:41:48 +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: aaa376e9-29f1-4375-b6ed-9b1f931be84d X-Archives-Hash: 3b590b1e79a012a8b91e15549fb91d2a commit: e9943f8417c0c3c8d49c7ce6d8d002a049a35176 Author: Sam James gentoo org> AuthorDate: Mon Feb 27 00:41:34 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 27 00:41:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9943f84 dev-libs/qxlsx: Stabilize 1.4.5 amd64, #898024 Signed-off-by: Sam James gentoo.org> dev-libs/qxlsx/qxlsx-1.4.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/qxlsx/qxlsx-1.4.5.ebuild b/dev-libs/qxlsx/qxlsx-1.4.5.ebuild index dd1bcb508c2a..501f02870063 100644 --- a/dev-libs/qxlsx/qxlsx-1.4.5.ebuild +++ b/dev-libs/qxlsx/qxlsx-1.4.5.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/QtExcel/QXlsx/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" # soversion SLOT="0/0.1.4.4" -KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~riscv ~x86" IUSE="qt5 qt6" REQUIRED_USE="|| ( qt5 qt6 )"