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 2434A138330 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 A012FE085C; 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 1EEF4E0853 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 DDC12340CF2 for ; Fri, 29 Jul 2016 15:09:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CC0B7CD 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.cc96bf1da35491c538ed097c406d0c773c247e84.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypy/pypy-4.0.1.ebuild dev-python/pypy/pypy-5.0.0.ebuild dev-python/pypy/pypy-5.1.1.ebuild dev-python/pypy/pypy-5.3.0.ebuild dev-python/pypy/pypy-5.3.1.ebuild dev-python/pypy/pypy-9999.ebuild X-VCS-Directories: dev-python/pypy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: cc96bf1da35491c538ed097c406d0c773c247e84 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: d527a35b-1c50-4709-82e5-1a0ae01cacad X-Archives-Hash: 117e085883a7989fcd3d0aa2d5365dab commit: cc96bf1da35491c538ed097c406d0c773c247e84 Author: Michał Górny gentoo org> AuthorDate: Fri Jul 29 15:06:34 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=cc96bf1d dev-python/pypy: Remove unnecessary PDEP on python-updater dev-python/pypy/pypy-4.0.1.ebuild | 1 - dev-python/pypy/pypy-5.0.0.ebuild | 1 - dev-python/pypy/pypy-5.1.1.ebuild | 1 - dev-python/pypy/pypy-5.3.0.ebuild | 1 - dev-python/pypy/pypy-5.3.1.ebuild | 1 - dev-python/pypy/pypy-9999.ebuild | 1 - 6 files changed, 6 deletions(-) diff --git a/dev-python/pypy/pypy-4.0.1.ebuild b/dev-python/pypy/pypy-4.0.1.ebuild index 69c51e4..056f406 100644 --- a/dev-python/pypy/pypy-4.0.1.ebuild +++ b/dev-python/pypy/pypy-4.0.1.ebuild @@ -38,7 +38,6 @@ DEPEND="${RDEPEND} doc? ( dev-python/sphinx ) ${PYTHON_DEPS} test? ( dev-python/pytest )" -PDEPEND="app-admin/python-updater" S="${WORKDIR}/${P}-src" diff --git a/dev-python/pypy/pypy-5.0.0.ebuild b/dev-python/pypy/pypy-5.0.0.ebuild index 69c51e4..056f406 100644 --- a/dev-python/pypy/pypy-5.0.0.ebuild +++ b/dev-python/pypy/pypy-5.0.0.ebuild @@ -38,7 +38,6 @@ DEPEND="${RDEPEND} doc? ( dev-python/sphinx ) ${PYTHON_DEPS} test? ( dev-python/pytest )" -PDEPEND="app-admin/python-updater" S="${WORKDIR}/${P}-src" diff --git a/dev-python/pypy/pypy-5.1.1.ebuild b/dev-python/pypy/pypy-5.1.1.ebuild index 36697f5..5445c9c 100644 --- a/dev-python/pypy/pypy-5.1.1.ebuild +++ b/dev-python/pypy/pypy-5.1.1.ebuild @@ -38,7 +38,6 @@ DEPEND="${RDEPEND} doc? ( dev-python/sphinx ) ${PYTHON_DEPS} test? ( dev-python/pytest )" -PDEPEND="app-admin/python-updater" S="${WORKDIR}/${P}-src" diff --git a/dev-python/pypy/pypy-5.3.0.ebuild b/dev-python/pypy/pypy-5.3.0.ebuild index 6e1cb51..d7a4f0a 100644 --- a/dev-python/pypy/pypy-5.3.0.ebuild +++ b/dev-python/pypy/pypy-5.3.0.ebuild @@ -39,7 +39,6 @@ DEPEND="${RDEPEND} doc? ( dev-python/sphinx ) ${PYTHON_DEPS} test? ( dev-python/pytest )" -PDEPEND="app-admin/python-updater" S="${WORKDIR}/${MY_P}-src" diff --git a/dev-python/pypy/pypy-5.3.1.ebuild b/dev-python/pypy/pypy-5.3.1.ebuild index 6e1cb51..d7a4f0a 100644 --- a/dev-python/pypy/pypy-5.3.1.ebuild +++ b/dev-python/pypy/pypy-5.3.1.ebuild @@ -39,7 +39,6 @@ DEPEND="${RDEPEND} doc? ( dev-python/sphinx ) ${PYTHON_DEPS} test? ( dev-python/pytest )" -PDEPEND="app-admin/python-updater" S="${WORKDIR}/${MY_P}-src" diff --git a/dev-python/pypy/pypy-9999.ebuild b/dev-python/pypy/pypy-9999.ebuild index 1fd2d66..25cb1e6 100644 --- a/dev-python/pypy/pypy-9999.ebuild +++ b/dev-python/pypy/pypy-9999.ebuild @@ -39,7 +39,6 @@ DEPEND="${RDEPEND} doc? ( dev-python/sphinx ) ${PYTHON_DEPS} test? ( dev-python/pytest )" -PDEPEND="app-admin/python-updater" S="${WORKDIR}/${P}-src"