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 0852213832E for ; Fri, 29 Jul 2016 15:09:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC114E08A1; Fri, 29 Jul 2016 15:09:33 +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 53B2AE085C for ; Fri, 29 Jul 2016 15:09:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6B7E4340D42 for ; Fri, 29 Jul 2016 15:09:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95100E62 for ; Fri, 29 Jul 2016 15:09:29 +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: <1469804947.260002ace7bd1c844a7d4498f39f7ff09f868dd9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypy3/pypy3-2.4.0-r2.ebuild dev-python/pypy3/pypy3-5.2.0_alpha1.ebuild dev-python/pypy3/pypy3-9999.ebuild X-VCS-Directories: dev-python/pypy3/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 260002ace7bd1c844a7d4498f39f7ff09f868dd9 X-VCS-Branch: master Date: Fri, 29 Jul 2016 15:09:29 +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: 2c60b370-5b16-408d-868b-3191f163325f X-Archives-Hash: 1c31807781c688e06afdbc365138b18c commit: 260002ace7bd1c844a7d4498f39f7ff09f868dd9 Author: Michał Górny gentoo org> AuthorDate: Fri Jul 29 15:05:59 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jul 29 15:09:07 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=260002ac dev-python/pypy3: Remove unnecessary PDEP on python-updater dev-python/pypy3/pypy3-2.4.0-r2.ebuild | 1 - dev-python/pypy3/pypy3-5.2.0_alpha1.ebuild | 1 - dev-python/pypy3/pypy3-9999.ebuild | 1 - 3 files changed, 3 deletions(-) diff --git a/dev-python/pypy3/pypy3-2.4.0-r2.ebuild b/dev-python/pypy3/pypy3-2.4.0-r2.ebuild index 1cc2f07..f86bdd0 100644 --- a/dev-python/pypy3/pypy3-2.4.0-r2.ebuild +++ b/dev-python/pypy3/pypy3-2.4.0-r2.ebuild @@ -37,7 +37,6 @@ DEPEND="${RDEPEND} low-memory? ( virtual/pypy:0 ) !low-memory? ( ${PYTHON_DEPS} )" # doc? ( dev-python/sphinx ) -PDEPEND="app-admin/python-updater" S="${WORKDIR}/${P}-src" diff --git a/dev-python/pypy3/pypy3-5.2.0_alpha1.ebuild b/dev-python/pypy3/pypy3-5.2.0_alpha1.ebuild index 8a23570..97d47ed 100644 --- a/dev-python/pypy3/pypy3-5.2.0_alpha1.ebuild +++ b/dev-python/pypy3/pypy3-5.2.0_alpha1.ebuild @@ -40,7 +40,6 @@ DEPEND="${RDEPEND} low-memory? ( virtual/pypy:0 ) !low-memory? ( ${PYTHON_DEPS} )" # doc? ( dev-python/sphinx ) -PDEPEND="app-admin/python-updater" S="${WORKDIR}/${MY_P}-src" diff --git a/dev-python/pypy3/pypy3-9999.ebuild b/dev-python/pypy3/pypy3-9999.ebuild index 031660c..17e9996 100644 --- a/dev-python/pypy3/pypy3-9999.ebuild +++ b/dev-python/pypy3/pypy3-9999.ebuild @@ -39,7 +39,6 @@ RDEPEND=">=sys-libs/zlib-1.1.3:0= DEPEND="${RDEPEND} low-memory? ( virtual/pypy:0 ) !low-memory? ( ${PYTHON_DEPS} )" -PDEPEND="app-admin/python-updater" S="${WORKDIR}/${P}-src"