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 CB374158003 for ; Thu, 29 Jun 2023 00:00:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B906E084E; Thu, 29 Jun 2023 00:00:00 +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 E72A2E084E for ; Wed, 28 Jun 2023 23:59:59 +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 973DC335D2F for ; Wed, 28 Jun 2023 23:59:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E1468DC for ; Wed, 28 Jun 2023 23:59:57 +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: <1687996786.6d4c9c57df89a7b1dd9bbcddd02e39df3c52c3b1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/qtkeychain/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/qtkeychain/qtkeychain-0.14.1-r1.ebuild X-VCS-Directories: dev-libs/qtkeychain/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6d4c9c57df89a7b1dd9bbcddd02e39df3c52c3b1 X-VCS-Branch: master Date: Wed, 28 Jun 2023 23:59:57 +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: a0c9b9b1-0b19-4245-a360-e0d55e7eac9e X-Archives-Hash: 2e7be99848147b454915a0aa49e8da14 commit: 6d4c9c57df89a7b1dd9bbcddd02e39df3c52c3b1 Author: Sam James gentoo org> AuthorDate: Wed Jun 28 23:59:46 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 28 23:59:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d4c9c57 dev-libs/qtkeychain: Stabilize 0.14.1-r1 amd64, #909342 Signed-off-by: Sam James gentoo.org> dev-libs/qtkeychain/qtkeychain-0.14.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/qtkeychain/qtkeychain-0.14.1-r1.ebuild b/dev-libs/qtkeychain/qtkeychain-0.14.1-r1.ebuild index f754e438533b..5cf8244bf96a 100644 --- a/dev-libs/qtkeychain/qtkeychain-0.14.1-r1.ebuild +++ b/dev-libs/qtkeychain/qtkeychain-0.14.1-r1.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="Qt API for storing passwords securely" if [[ ${PV} != *9999* ]]; then SRC_URI="https://github.com/frankosterfeld/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 arm64 ~loong ~ppc64 ~riscv x86" + KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86" else inherit git-r3 EGIT_REPO_URI="https://github.com/frankosterfeld/${PN}.git"