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 BCC6A158089 for ; Thu, 28 Sep 2023 05:28:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF0752BC013; Thu, 28 Sep 2023 05:28:37 +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 D1CF32BC013 for ; Thu, 28 Sep 2023 05:28:37 +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 D4D62335CD2 for ; Thu, 28 Sep 2023 05:28:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7058A1267 for ; Thu, 28 Sep 2023 05:28:35 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1695878884.ea3f28067b8c60825ac519dccd219fd5a13832a4.juippis@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.6.ebuild X-VCS-Directories: dev-libs/qxlsx/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: ea3f28067b8c60825ac519dccd219fd5a13832a4 X-VCS-Branch: master Date: Thu, 28 Sep 2023 05:28:35 +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: f363d0c2-ad4c-405d-b975-c96f842513eb X-Archives-Hash: c16fc7de8b39222c267eb0c2b7456e65 commit: ea3f28067b8c60825ac519dccd219fd5a13832a4 Author: Joonas Niilola gentoo org> AuthorDate: Thu Sep 28 05:28:04 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Sep 28 05:28:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea3f2806 dev-libs/qxlsx: Stabilize 1.4.6 x86, #914870 Signed-off-by: Joonas Niilola gentoo.org> dev-libs/qxlsx/qxlsx-1.4.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/qxlsx/qxlsx-1.4.6.ebuild b/dev-libs/qxlsx/qxlsx-1.4.6.ebuild index d0f88b3d616c..56d6bef392f2 100644 --- a/dev-libs/qxlsx/qxlsx-1.4.6.ebuild +++ b/dev-libs/qxlsx/qxlsx-1.4.6.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 )"