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 AFCE1138350 for ; Tue, 17 Mar 2020 02:09:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03A18E0BC5; Tue, 17 Mar 2020 02:09:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 AC08BE0BCB for ; Tue, 17 Mar 2020 02:09:40 +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 C884534F21D for ; Tue, 17 Mar 2020 02:09:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EBBD1B4 for ; Tue, 17 Mar 2020 02:09:36 +0000 (UTC) From: "Matt Turner" 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" Message-ID: <1584410958.4dda3057e9a1802d33f59830abccb1cda0354f68.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rfc3339-validator/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/rfc3339-validator/rfc3339-validator-0.1.2.ebuild X-VCS-Directories: dev-python/rfc3339-validator/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 4dda3057e9a1802d33f59830abccb1cda0354f68 X-VCS-Branch: master Date: Tue, 17 Mar 2020 02:09:36 +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: fd54cf09-697f-42f3-9fdc-eef2084cd9be X-Archives-Hash: c40a14f4ef9d91d00be4ff50b80b3733 commit: 4dda3057e9a1802d33f59830abccb1cda0354f68 Author: Matt Turner gentoo org> AuthorDate: Tue Mar 17 01:53:20 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Mar 17 02:09:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dda3057 dev-python/rfc3339-validator-0.1.2: add ~alpha, bug 700918 Signed-off-by: Matt Turner gentoo.org> dev-python/rfc3339-validator/rfc3339-validator-0.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/rfc3339-validator/rfc3339-validator-0.1.2.ebuild b/dev-python/rfc3339-validator/rfc3339-validator-0.1.2.ebuild index a3aa8afc4d6..d2551bd2768 100644 --- a/dev-python/rfc3339-validator/rfc3339-validator-0.1.2.ebuild +++ b/dev-python/rfc3339-validator/rfc3339-validator-0.1.2.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/naimetti/rfc3339-validator/archive/v0.1.2.tar.gz -> LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~hppa ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~sparc ~x86" RDEPEND="dev-python/six[${PYTHON_USEDEP}] dev-python/strict-rfc3339[${PYTHON_USEDEP}]"