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 4C2EF15800F for ; Tue, 7 Feb 2023 10:37:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13D61E085B; Tue, 7 Feb 2023 10:37:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 F25BDE0864 for ; Tue, 7 Feb 2023 10:37:41 +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 31E02340D30 for ; Tue, 7 Feb 2023 10:37:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 767BB8BB for ; Tue, 7 Feb 2023 10:37:37 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1675766217.f8402f231d7471c0e74c44ae72a55361fe6ab1b6.asturm@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: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f8402f231d7471c0e74c44ae72a55361fe6ab1b6 X-VCS-Branch: master Date: Tue, 7 Feb 2023 10:37:37 +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: 9e6d9b49-19a0-4cfb-b6b5-f07c65f2b69b X-Archives-Hash: c525a517f5c9b39e78b135372199a151 commit: f8402f231d7471c0e74c44ae72a55361fe6ab1b6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 5 22:59:15 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 7 10:36:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8402f23 www-client/falkon: destabilize 22.04.3-r1 for ~x86 Bug: https://bugs.gentoo.org/884137 Bug: https://bugs.gentoo.org/893234 Signed-off-by: Andreas Sturmlechner 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 d2945003ae0e..71698882b85f 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} )"