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 A5322138350 for ; Wed, 11 Mar 2020 21:19:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA5F8E0B7D; Wed, 11 Mar 2020 21:19:30 +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 B65EDE0B7D for ; Wed, 11 Mar 2020 21:19:30 +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 7F88634F0B5 for ; Wed, 11 Mar 2020 21:19:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4332A171 for ; Wed, 11 Mar 2020 21:19:27 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1583961467.4843cb8dbe8bd61d392ef6993fd26d74bb4a8e1b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/git-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/git-python/git-python-2.1.11.ebuild X-VCS-Directories: dev-python/git-python/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4843cb8dbe8bd61d392ef6993fd26d74bb4a8e1b X-VCS-Branch: master Date: Wed, 11 Mar 2020 21:19:27 +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: 88cc23fb-62e8-4f5b-a777-efaef3f2cfed X-Archives-Hash: 138fe10fb7a18dee73f25facf45a9ec6 commit: 4843cb8dbe8bd61d392ef6993fd26d74bb4a8e1b Author: Michał Górny gentoo org> AuthorDate: Wed Mar 11 20:07:49 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Mar 11 21:17:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4843cb8d dev-python/git-python: Mark 2.1.11 x86 stable (ALLARCHES) Signed-off-by: Michał Górny gentoo.org> dev-python/git-python/git-python-2.1.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/git-python/git-python-2.1.11.ebuild b/dev-python/git-python/git-python-2.1.11.ebuild index f913b11117b..c995e67a79e 100644 --- a/dev-python/git-python/git-python-2.1.11.ebuild +++ b/dev-python/git-python/git-python-2.1.11.ebuild @@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 arm64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm64 x86 ~amd64-linux ~x86-linux" IUSE="test" # Tests only work with the GitPython repo