From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1354081-garchives=archives.gentoo.org@lists.gentoo.org> 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 F2152158086 for <garchives@archives.gentoo.org>; Fri, 31 Dec 2021 16:53:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7AFF2BC03F; Fri, 31 Dec 2021 16:53:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 10CB62BC040 for <gentoo-commits@lists.gentoo.org>; Fri, 31 Dec 2021 16:53:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 EC0D8342F53 for <gentoo-commits@lists.gentoo.org>; Fri, 31 Dec 2021 16:53:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B573288 for <gentoo-commits@lists.gentoo.org>; Fri, 31 Dec 2021 16:53:24 +0000 (UTC) From: "Matt Turner" <mattst88@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, "Matt Turner" <mattst88@gentoo.org> Message-ID: <1640969557.1ef3dd64d9b8c95f31c336824d78227b0014475f.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/gitdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/gitdb/gitdb-4.0.8.ebuild X-VCS-Directories: dev-python/gitdb/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 1ef3dd64d9b8c95f31c336824d78227b0014475f X-VCS-Branch: master Date: Fri, 31 Dec 2021 16:53:24 +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: 8f781c71-b534-48c7-ad62-c98699dd0a1c X-Archives-Hash: 0a1dd4eab23d81161d690fa652b72180 commit: 1ef3dd64d9b8c95f31c336824d78227b0014475f Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Fri Dec 31 16:52:16 2021 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Fri Dec 31 16:52:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ef3dd64 dev-python/gitdb: Keyword 4.0.8 alpha, #827326 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> dev-python/gitdb/gitdb-4.0.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/gitdb/gitdb-4.0.8.ebuild b/dev-python/gitdb/gitdb-4.0.8.ebuild index 86612404e78f..907680110d5d 100644 --- a/dev-python/gitdb/gitdb-4.0.8.ebuild +++ b/dev-python/gitdb/gitdb-4.0.8.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" RDEPEND=" >=dev-python/smmap-3.0.1[${PYTHON_USEDEP}]"