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 2D614158021 for ; Sun, 18 Dec 2022 20:22:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33113E088F; Sun, 18 Dec 2022 20:22:36 +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 1A842E088F for ; Sun, 18 Dec 2022 20:22:36 +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 2E7283416ED for ; Sun, 18 Dec 2022 20:22:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E7CE7CE for ; Sun, 18 Dec 2022 20:22:33 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1671394942.6fe7abd9bc4e1594fc9f70fcfefbe71f7d44f3a8.arthurzam@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.4.ebuild X-VCS-Directories: dev-libs/qxlsx/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 6fe7abd9bc4e1594fc9f70fcfefbe71f7d44f3a8 X-VCS-Branch: master Date: Sun, 18 Dec 2022 20:22:33 +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: e6a94b25-a3d8-42c3-818f-354d2396f64b X-Archives-Hash: 88266e871f6b45a6bdda5dbea8f2fa94 commit: 6fe7abd9bc4e1594fc9f70fcfefbe71f7d44f3a8 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Dec 18 20:22:22 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Dec 18 20:22:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fe7abd9 dev-libs/qxlsx: Stabilize 1.4.4 amd64, #886979 Signed-off-by: Arthur Zamarin gentoo.org> dev-libs/qxlsx/qxlsx-1.4.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/qxlsx/qxlsx-1.4.4.ebuild b/dev-libs/qxlsx/qxlsx-1.4.4.ebuild index bdb6537f1a4f..da2ad8108d27 100644 --- a/dev-libs/qxlsx/qxlsx-1.4.4.ebuild +++ b/dev-libs/qxlsx/qxlsx-1.4.4.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.${PV}" -KEYWORDS="~amd64 ppc ~ppc64 ~riscv" +KEYWORDS="amd64 ppc ~ppc64 ~riscv" IUSE="qt5 qt6" REQUIRED_USE="|| ( qt5 qt6 )"