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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2FBD013835C for ; Mon, 15 Mar 2021 06:30:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11800E0830; Mon, 15 Mar 2021 06:30:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EAD41E0830 for ; Mon, 15 Mar 2021 06:30:34 +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 C424C340DDF for ; Mon, 15 Mar 2021 06:30:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40BED5AE for ; Mon, 15 Mar 2021 06:30:32 +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: <1615789796.6ab173b44cb26265def9e222ce3ddc478661bdef.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygpgme/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pygpgme/pygpgme-0.3-r3.ebuild X-VCS-Directories: dev-python/pygpgme/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6ab173b44cb26265def9e222ce3ddc478661bdef X-VCS-Branch: master Date: Mon, 15 Mar 2021 06:30:32 +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: 2e680664-def5-4293-8630-4891f0452536 X-Archives-Hash: 17321fe9e0143016b5ee6775819e9773 commit: 6ab173b44cb26265def9e222ce3ddc478661bdef Author: Sam James gentoo org> AuthorDate: Mon Mar 15 06:29:56 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 15 06:29:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ab173b4 dev-python/pygpgme: Stabilize 0.3-r3 x86, #776112 Signed-off-by: Sam James gentoo.org> dev-python/pygpgme/pygpgme-0.3-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pygpgme/pygpgme-0.3-r3.ebuild b/dev-python/pygpgme/pygpgme-0.3-r3.ebuild index 6f1f219c442..5ec8fb12695 100644 --- a/dev-python/pygpgme/pygpgme-0.3-r3.ebuild +++ b/dev-python/pygpgme/pygpgme-0.3-r3.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 arm64 ~x86" +KEYWORDS="~amd64 arm64 x86" IUSE="" DEPEND="app-crypt/gpgme"