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 03514139694 for ; Mon, 31 Jul 2017 04:35:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F7141FC098; Mon, 31 Jul 2017 04:35:08 +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 2CD0E1FC098 for ; Mon, 31 Jul 2017 04:35:08 +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 376B434198F for ; Mon, 31 Jul 2017 04:35:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70BEE74C8 for ; Mon, 31 Jul 2017 04:35:05 +0000 (UTC) From: "Matt Thode" 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 Thode" Message-ID: <1501475682.21b9abfba44bc01d9937e9dcae281399fe98d630.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/reno/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/reno/reno-2.2.1.ebuild X-VCS-Directories: dev-python/reno/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 21b9abfba44bc01d9937e9dcae281399fe98d630 X-VCS-Branch: master Date: Mon, 31 Jul 2017 04:35:05 +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-Archives-Salt: 84fb9574-2ac7-4a38-ad3f-63ee1b4b7479 X-Archives-Hash: a648ba7fa74937bf93b97d16c7165445 commit: 21b9abfba44bc01d9937e9dcae281399fe98d630 Author: Matthew Thode gentoo org> AuthorDate: Mon Jul 31 04:34:42 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Mon Jul 31 04:34:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21b9abfb dev-python/reno: actually mark it stable Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-python/reno/reno-2.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/reno/reno-2.2.1.ebuild b/dev-python/reno/reno-2.2.1.ebuild index f6155da6feb..369edc605c6 100644 --- a/dev-python/reno/reno-2.2.1.ebuild +++ b/dev-python/reno/reno-2.2.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="" CDEPEND=">=dev-python/pbr-1.4[${PYTHON_USEDEP}]"