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 F2231158030 for ; Mon, 27 Feb 2023 00:52:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1F69E0827; Mon, 27 Feb 2023 00:52:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 206B2E0827 for ; Mon, 27 Feb 2023 00:52:18 +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 ED5F1340E6B for ; Mon, 27 Feb 2023 00:52:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E3068B5 for ; Mon, 27 Feb 2023 00:52:16 +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: <1677459124.732c13cc744787bee5103a0fa1c60020db978ff3.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: 732c13cc744787bee5103a0fa1c60020db978ff3 X-VCS-Branch: master Date: Mon, 27 Feb 2023 00:52:16 +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: dc8a3759-6ce3-4ad1-89bb-d9537344ac4d X-Archives-Hash: edc06db3e9ea4e84d677ed3cc7d4cf63 commit: 732c13cc744787bee5103a0fa1c60020db978ff3 Author: Sam James gentoo org> AuthorDate: Mon Feb 27 00:52:04 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 27 00:52:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=732c13cc dev-libs/qxlsx: Stabilize 1.4.5 ppc, #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 501f02870063..624a0e4a4355 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 )"