From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1282984-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id DF9E41382C5
	for <garchives@archives.gentoo.org>; Sun, 16 May 2021 23:40:14 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 956A9E0823;
	Sun, 16 May 2021 23:40:13 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id EA11EE0822
	for <gentoo-commits@lists.gentoo.org>; Sun, 16 May 2021 23:40:12 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 9F6B5340F3F
	for <gentoo-commits@lists.gentoo.org>; Sun, 16 May 2021 23:40:11 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id ED3D378C
	for <gentoo-commits@lists.gentoo.org>; Sun, 16 May 2021 23:40:09 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1621208298.06f49284ad253b30184ea6532b64ab8751662a99.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyscreenshot/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/pyscreenshot/pyscreenshot-2.3.ebuild
X-VCS-Directories: dev-python/pyscreenshot/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 06f49284ad253b30184ea6532b64ab8751662a99
X-VCS-Branch: master
Date: Sun, 16 May 2021 23:40:09 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: f2859f2f-9f84-46b1-aa83-fa802b1ee751
X-Archives-Hash: 038fb2120817620b3c3009642533589e

commit:     06f49284ad253b30184ea6532b64ab8751662a99
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 16 23:38:10 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 16 23:38:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06f49284

dev-python/pyscreenshot: Stabilize 2.3 ALLARCHES, #782478

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/pyscreenshot/pyscreenshot-2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyscreenshot/pyscreenshot-2.3.ebuild b/dev-python/pyscreenshot/pyscreenshot-2.3.ebuild
index 806c64ba151..1cb95e4a350 100644
--- a/dev-python/pyscreenshot/pyscreenshot-2.3.ebuild
+++ b/dev-python/pyscreenshot/pyscreenshot-2.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/ponty/pyscreenshot/archive/${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 BDEPEND="test? (
 	dev-python/pillow[${PYTHON_USEDEP}]