From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7ECB3138454 for ; Sat, 12 Sep 2015 07:14:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A82FE084C; Sat, 12 Sep 2015 07:14:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E1902E084C for ; Sat, 12 Sep 2015 07:14:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 98A84340A44 for ; Sat, 12 Sep 2015 07:14:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65E6A170 for ; Sat, 12 Sep 2015 07:13:59 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1442042299.c7b3f64de3c8113389bfef1673f06ea83b46d29b.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/certifi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/certifi/certifi-2015.9.6.2.ebuild X-VCS-Directories: dev-python/certifi/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: c7b3f64de3c8113389bfef1673f06ea83b46d29b X-VCS-Branch: master Date: Sat, 12 Sep 2015 07:13:59 +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: 7e3e5999-ec0a-40c2-a148-2454aa47580e X-Archives-Hash: 4642089ecdb6c3ba896b646c5e098b90 commit: c7b3f64de3c8113389bfef1673f06ea83b46d29b Author: Anthony G. Basile gentoo org> AuthorDate: Sat Sep 12 07:18:19 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sat Sep 12 07:18:19 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7b3f64d dev-python/certifi: drop to ~mips, bug #560102. Package-Manager: portage-2.2.20.1 dev-python/certifi/certifi-2015.9.6.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/certifi/certifi-2015.9.6.2.ebuild b/dev-python/certifi/certifi-2015.9.6.2.ebuild index ea8cc9c..ddb1b2f 100644 --- a/dev-python/certifi/certifi-2015.9.6.2.ebuild +++ b/dev-python/certifi/certifi-2015.9.6.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 arm hppa mips ppc ppc64 x86" +KEYWORDS="amd64 arm hppa ~mips ppc ppc64 x86" IUSE="" RDEPEND=""