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 B456F158094 for ; Mon, 29 Aug 2022 12:49:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF9EFE0891; Mon, 29 Aug 2022 12:49:04 +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 B6AACE0891 for ; Mon, 29 Aug 2022 12:49:04 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C9EB3341002 for ; Mon, 29 Aug 2022 12:49:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A6685A2 for ; Mon, 29 Aug 2022 12:49:02 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1661777363.13a9966b63ee37a26c522607c49af10c71d3b3a2.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/xpra/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/xpra/xpra-4.3.3.ebuild X-VCS-Directories: x11-wm/xpra/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 13a9966b63ee37a26c522607c49af10c71d3b3a2 X-VCS-Branch: master Date: Mon, 29 Aug 2022 12:49:02 +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: 0b123c18-5eb2-440a-a874-e239b1457182 X-Archives-Hash: 55428499ebce134264e696e4533d3094 commit: 13a9966b63ee37a26c522607c49af10c71d3b3a2 Author: Jakov Smolić gentoo org> AuthorDate: Mon Aug 29 12:49:23 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Mon Aug 29 12:49:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13a9966b x11-wm/xpra: Stabilize 4.3.3 x86, #853619 Signed-off-by: Jakov Smolić gentoo.org> x11-wm/xpra/xpra-4.3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/xpra/xpra-4.3.3.ebuild b/x11-wm/xpra/xpra-4.3.3.ebuild index 0439786ef126..a50b752c6ed4 100644 --- a/x11-wm/xpra/xpra-4.3.3.ebuild +++ b/x11-wm/xpra/xpra-4.3.3.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} = 9999* ]]; then else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz https://dev.gentoo.org/~chewi/distfiles/${PN}-4.3.1-tests.patch" - KEYWORDS="amd64 ~x86" + KEYWORDS="amd64 x86" fi PYTHON_COMPAT=( python3_{7,8,9,10} )