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 A816D1395E2 for ; Tue, 13 Dec 2016 01:43:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 212FE21C2BA; Mon, 12 Dec 2016 16:27:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 023E221C2BA for ; Mon, 12 Dec 2016 16:27:32 +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 46D39341063 for ; Mon, 12 Dec 2016 16:27:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D34CB24C6 for ; Mon, 12 Dec 2016 16:27:28 +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: <1481560046.38d6c7e5c925d71d7092d46f9c43dfceb701d051.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/repoman/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/repoman/repoman-9999.ebuild X-VCS-Directories: app-portage/repoman/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 38d6c7e5c925d71d7092d46f9c43dfceb701d051 X-VCS-Branch: master Date: Mon, 12 Dec 2016 16:27:28 +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: e30c51e2-4781-4fb4-b436-e8613fdcda62 X-Archives-Hash: 69c794b2ae7b9f5bb8a1f705702837a1 commit: 38d6c7e5c925d71d7092d46f9c43dfceb701d051 Author: Michał Górny gentoo org> AuthorDate: Mon Dec 12 16:07:17 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Dec 12 16:27:26 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38d6c7e5 app-portage/repoman: Disable pypy on -9999 due to unsatisf dep app-portage/repoman/repoman-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/app-portage/repoman/repoman-9999.ebuild b/app-portage/repoman/repoman-9999.ebuild index 6c6d868..5a46475 100644 --- a/app-portage/repoman/repoman-9999.ebuild +++ b/app-portage/repoman/repoman-9999.ebuild @@ -5,7 +5,6 @@ EAPI=5 PYTHON_COMPAT=( - pypy python3_3 python3_4 python3_5 python2_7 )