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 E427F1395E9 for ; Wed, 25 Jan 2017 09:05:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 799C0234011; Wed, 25 Jan 2017 09:05:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5A5F3234011 for ; Wed, 25 Jan 2017 09:05:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4758234166C for ; Wed, 25 Jan 2017 09:05:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34EF42EC3 for ; Wed, 25 Jan 2017 09:05:05 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1485334798.29a6b5ed2b37017722ebcb714541d20c7ba6e8c8.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyasn1-modules/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyasn1-modules/pyasn1-modules-0.0.8.ebuild X-VCS-Directories: dev-python/pyasn1-modules/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 29a6b5ed2b37017722ebcb714541d20c7ba6e8c8 X-VCS-Branch: master Date: Wed, 25 Jan 2017 09:05: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: a0bc7073-23a1-4ba4-9548-c8f38407b1cb X-Archives-Hash: e568667020605bcb504e7669028e8560 commit: 29a6b5ed2b37017722ebcb714541d20c7ba6e8c8 Author: Tobias Klausmann gentoo org> AuthorDate: Wed Jan 25 08:59:58 2017 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Wed Jan 25 08:59:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29a6b5ed dev-python/pyasn1-modules-0.0.8-r0: stable on alpha Gentoo-Bug: 606274 dev-python/pyasn1-modules/pyasn1-modules-0.0.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyasn1-modules/pyasn1-modules-0.0.8.ebuild b/dev-python/pyasn1-modules/pyasn1-modules-0.0.8.ebuild index 276e01e..674bea0 100644 --- a/dev-python/pyasn1-modules/pyasn1-modules-0.0.8.ebuild +++ b/dev-python/pyasn1-modules/pyasn1-modules-0.0.8.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" IUSE="" RDEPEND=">=dev-python/pyasn1-0.1.8[${PYTHON_USEDEP}]"