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 4D0ED158094 for ; Mon, 29 Aug 2022 14:31:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88601E087E; Mon, 29 Aug 2022 14:31:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 719E5E087E for ; Mon, 29 Aug 2022 14:31:16 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B4519340D2F for ; Mon, 29 Aug 2022 14:31:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CD6D5A2 for ; Mon, 29 Aug 2022 14:31:14 +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: <1661783458.96d3bf04ae8dd9adaf13d7e25cd7f5ba568e8a50.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/falkon/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/falkon/falkon-22.04.3-r1.ebuild X-VCS-Directories: www-client/falkon/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 96d3bf04ae8dd9adaf13d7e25cd7f5ba568e8a50 X-VCS-Branch: master Date: Mon, 29 Aug 2022 14:31:14 +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: 9e33afc6-00b2-430c-b544-c7a5f049469c X-Archives-Hash: 31bc7c59f251f4046aecb1c05013d386 commit: 96d3bf04ae8dd9adaf13d7e25cd7f5ba568e8a50 Author: Sam James gentoo org> AuthorDate: Mon Aug 29 14:30:58 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 29 14:30:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96d3bf04 www-client/falkon: Stabilize 22.04.3-r1 arm64, #865315 Signed-off-by: Sam James gentoo.org> www-client/falkon/falkon-22.04.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/falkon/falkon-22.04.3-r1.ebuild b/www-client/falkon/falkon-22.04.3-r1.ebuild index 8575a782ae6d..a6ca246c5984 100644 --- a/www-client/falkon/falkon-22.04.3-r1.ebuild +++ b/www-client/falkon/falkon-22.04.3-r1.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://www.falkon.org/ https://apps.kde.org/falkon/" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +KEYWORDS="~amd64 arm64 ~ppc64 ~x86" IUSE="dbus kde python +X" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"