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 6511713835C for ; Sun, 18 Oct 2020 19:19:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFF60E0A8E; Sun, 18 Oct 2020 19:19:41 +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 955A7E0A8E for ; Sun, 18 Oct 2020 19:19:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B10E5341064 for ; Sun, 18 Oct 2020 19:19:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E478D3AB for ; Sun, 18 Oct 2020 19:19:37 +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: <1603048763.3fce8cd5c14db8922c9a43a1b1e52d2f22bd5cda.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/speg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/speg/speg-0.3-r1.ebuild X-VCS-Directories: dev-python/speg/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3fce8cd5c14db8922c9a43a1b1e52d2f22bd5cda X-VCS-Branch: master Date: Sun, 18 Oct 2020 19:19:37 +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: 2c082d99-0118-4f51-aa48-1e7c6a3b54d6 X-Archives-Hash: 1d42b5a9d7ac6a4d94d1b70dd025fe86 commit: 3fce8cd5c14db8922c9a43a1b1e52d2f22bd5cda Author: Sam James gentoo org> AuthorDate: Sun Oct 18 19:19:23 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 18 19:19:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fce8cd5 dev-python/speg: Stabilize 0.3-r1 ALLARCHES, #749522 Signed-off-by: Sam James gentoo.org> dev-python/speg/speg-0.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/speg/speg-0.3-r1.ebuild b/dev-python/speg/speg-0.3-r1.ebuild index df34884dce9..6cad7947bd8 100644 --- a/dev-python/speg/speg-0.3-r1.ebuild +++ b/dev-python/speg/speg-0.3-r1.ebuild @@ -8,6 +8,6 @@ HOMEPAGE="https://github.com/avakar/speg/" SRC_URI="https://github.com/avakar/speg/archive/v${PV}.tar.gz -> ${P}.tar.gz" SLOT="0" LICENSE="MIT" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND=""