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 A1E43138359 for ; Tue, 7 Jul 2020 20:13:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF75DE083E; Tue, 7 Jul 2020 20:13:48 +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 C6CFFE083E for ; Tue, 7 Jul 2020 20:13:48 +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 C33A834F2BF for ; Tue, 7 Jul 2020 20:13:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 571612A4 for ; Tue, 7 Jul 2020 20:13:43 +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: <1594152820.2ebe46b5ec65c7bb55d9bf0fcf5be20f12a9ef46.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/parver/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/parver/parver-0.3.ebuild X-VCS-Directories: dev-python/parver/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2ebe46b5ec65c7bb55d9bf0fcf5be20f12a9ef46 X-VCS-Branch: master Date: Tue, 7 Jul 2020 20:13:43 +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: 89875cf8-1573-4699-bdd1-a3ff27671eb5 X-Archives-Hash: 854c7266008dda4936ed67982e5e9cbe commit: 2ebe46b5ec65c7bb55d9bf0fcf5be20f12a9ef46 Author: Michał Górny gentoo org> AuthorDate: Tue Jul 7 20:11:26 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jul 7 20:13:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ebe46b5 dev-python/parver: Stabilize 0.3 amd64, #722562 Signed-off-by: Michał Górny gentoo.org> dev-python/parver/parver-0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/parver/parver-0.3.ebuild b/dev-python/parver/parver-0.3.ebuild index d2af95d88e8..cfc1b81b58b 100644 --- a/dev-python/parver/parver-0.3.ebuild +++ b/dev-python/parver/parver-0.3.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/RazerM/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" RDEPEND=" >=dev-python/arpeggio-1.7[${PYTHON_USEDEP}]