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 20493158086 for ; Fri, 10 Dec 2021 22:13:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17815E07C5; Fri, 10 Dec 2021 22:13:42 +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 0FE16E07C5 for ; Fri, 10 Dec 2021 22:13:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2D413343246 for ; Fri, 10 Dec 2021 22:13:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1DFBA5 for ; Fri, 10 Dec 2021 22:13:38 +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: <1639174052.07cfb1222220cca600e7b29c7f2bcc4b0970e6dc.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.13.2.ebuild X-VCS-Directories: dev-libs/qtkeychain/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 07cfb1222220cca600e7b29c7f2bcc4b0970e6dc X-VCS-Branch: master Date: Fri, 10 Dec 2021 22:13:38 +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: b35ed508-da37-4193-91cc-9498a690e05c X-Archives-Hash: 4eab2db8011047afa4ebbde5891ca8a9 commit: 07cfb1222220cca600e7b29c7f2bcc4b0970e6dc Author: Sam James gentoo org> AuthorDate: Fri Dec 10 20:54:57 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Dec 10 22:07:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07cfb122 dev-libs/qtkeychain: Stabilize 0.13.2 arm64, #828842 Signed-off-by: Sam James gentoo.org> dev-libs/qtkeychain/qtkeychain-0.13.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/qtkeychain/qtkeychain-0.13.2.ebuild b/dev-libs/qtkeychain/qtkeychain-0.13.2.ebuild index 01963ccd756c..c8d2c178448a 100644 --- a/dev-libs/qtkeychain/qtkeychain-0.13.2.ebuild +++ b/dev-libs/qtkeychain/qtkeychain-0.13.2.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="Qt API for storing passwords securely" if [[ ${PV} != *9999* ]]; then SRC_URI="https://github.com/frankosterfeld/qtkeychain/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86" + KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86" else inherit git-r3 EGIT_REPO_URI="${HOMEPAGE}.git"