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 933D8158013 for ; Sun, 3 Dec 2023 23:15:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7059C2BC020; Sun, 3 Dec 2023 23:15:25 +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 E114A2BC01F for ; Sun, 3 Dec 2023 23:15:24 +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 EB208335CAF for ; Sun, 3 Dec 2023 23:15:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0C37AED for ; Sun, 3 Dec 2023 23:15:20 +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: <1701645301.b6f13498bc7ac733a0b2780adf1ccb3c68d43c52.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/quazip/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/quazip/quazip-1.3-r3.ebuild X-VCS-Directories: dev-libs/quazip/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b6f13498bc7ac733a0b2780adf1ccb3c68d43c52 X-VCS-Branch: master Date: Sun, 3 Dec 2023 23:15:20 +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: 67b53b26-40b6-4799-8c2e-74a689169202 X-Archives-Hash: 821f4b650dd3044822a4115688eae19f commit: b6f13498bc7ac733a0b2780adf1ccb3c68d43c52 Author: Sam James gentoo org> AuthorDate: Sun Dec 3 23:15:01 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 3 23:15:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6f13498 dev-libs/quazip: Stabilize 1.3-r3 amd64, #919127 Signed-off-by: Sam James gentoo.org> dev-libs/quazip/quazip-1.3-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/quazip/quazip-1.3-r3.ebuild b/dev-libs/quazip/quazip-1.3-r3.ebuild index 1c58f1f36a17..e8c08a5ddf1f 100644 --- a/dev-libs/quazip/quazip-1.3-r3.ebuild +++ b/dev-libs/quazip/quazip-1.3-r3.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/stachenov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="LGPL-2.1-with-linking-exception" # SONAME of libquazip1-qt5.so, check QUAZIP_LIB_SOVERSION in CMakeLists.txt SLOT="0/1.3" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" IUSE="+qt5 qt6 test" REQUIRED_USE="|| ( qt5 qt6 )"