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 BB14315800F for ; Tue, 7 Feb 2023 10:37:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1497AE0864; Tue, 7 Feb 2023 10:37: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 E2E74E0855 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 0FDCC340D2B 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 2C6838B7 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: <1675766216.bfc896cc64f7f95c8d4125095f5f6720c4de20cb.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/signon-ui/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/signon-ui/signon-ui-0.15_p20171022-r1.ebuild X-VCS-Directories: net-libs/signon-ui/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bfc896cc64f7f95c8d4125095f5f6720c4de20cb 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: 6aea1c3e-8413-478a-840d-0f53788e5a2b X-Archives-Hash: 453d5caa4672c397ce1ddcec50a2921c commit: bfc896cc64f7f95c8d4125095f5f6720c4de20cb Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 5 22:59:05 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 7 10:36:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfc896cc net-libs/signon-ui: destabilize 0.15_p20171022-r1 for ~x86 Bug: https://bugs.gentoo.org/893234 Signed-off-by: Andreas Sturmlechner gentoo.org> net-libs/signon-ui/signon-ui-0.15_p20171022-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/signon-ui/signon-ui-0.15_p20171022-r1.ebuild b/net-libs/signon-ui/signon-ui-0.15_p20171022-r1.ebuild index 4a868b3f52df..b689613c6fa9 100644 --- a/net-libs/signon-ui/signon-ui-0.15_p20171022-r1.ebuild +++ b/net-libs/signon-ui/signon-ui-0.15_p20171022-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://gitlab.com/accounts-sso/${PN}/-/archive/${COMMIT}/${PN}-${COMMI LICENSE="GPL-2 GPL-3" SLOT="0" -KEYWORDS="amd64 arm64 ~ppc64 x86" +KEYWORDS="amd64 arm64 ~ppc64 ~x86" IUSE="test" BDEPEND="test? ( dev-qt/qttest:5 )"