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 6183713832E for ; Fri, 29 Jul 2016 15:09:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F42DE0879; Fri, 29 Jul 2016 15:09:34 +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 D8E83E0879 for ; Fri, 29 Jul 2016 15:09:33 +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 0CC35340D8B for ; Fri, 29 Jul 2016 15:09:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7CA8E6B 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.ee8ba681b2799fe85897b16bff27f15b977f2072.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypy3-bin/pypy3-bin-2.4.0-r4.ebuild dev-python/pypy3-bin/pypy3-bin-5.2.0_alpha1-r1.ebuild dev-python/pypy3-bin/pypy3-bin-5.2.0_alpha1.ebuild X-VCS-Directories: dev-python/pypy3-bin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ee8ba681b2799fe85897b16bff27f15b977f2072 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: 57faebd7-bd90-4461-a945-6b2f76ae45da X-Archives-Hash: fb309dff7385265f0921d5c7e94b50be commit: ee8ba681b2799fe85897b16bff27f15b977f2072 Author: Michał Górny gentoo org> AuthorDate: Fri Jul 29 15:04:54 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=ee8ba681 dev-python/pypy3-bin: Remove unnecessary PDEP on python-updater dev-python/pypy3-bin/pypy3-bin-2.4.0-r4.ebuild | 1 - .../{pypy3-bin-5.2.0_alpha1.ebuild => pypy3-bin-5.2.0_alpha1-r1.ebuild} | 1 - 2 files changed, 2 deletions(-) diff --git a/dev-python/pypy3-bin/pypy3-bin-2.4.0-r4.ebuild b/dev-python/pypy3-bin/pypy3-bin-2.4.0-r4.ebuild index d52c94e..3a195e3 100644 --- a/dev-python/pypy3-bin/pypy3-bin-2.4.0-r4.ebuild +++ b/dev-python/pypy3-bin/pypy3-bin-2.4.0-r4.ebuild @@ -73,7 +73,6 @@ DEPEND="${RDEPEND} test? ( ${PYTHON_DEPS} )" # doc? ( ${PYTHON_DEPS} # dev-python/sphinx ) -PDEPEND="app-admin/python-updater" S=${WORKDIR}/pypy3-${PV}-src diff --git a/dev-python/pypy3-bin/pypy3-bin-5.2.0_alpha1.ebuild b/dev-python/pypy3-bin/pypy3-bin-5.2.0_alpha1-r1.ebuild similarity index 99% rename from dev-python/pypy3-bin/pypy3-bin-5.2.0_alpha1.ebuild rename to dev-python/pypy3-bin/pypy3-bin-5.2.0_alpha1-r1.ebuild index cc59ee8..8fea012 100644 --- a/dev-python/pypy3-bin/pypy3-bin-5.2.0_alpha1.ebuild +++ b/dev-python/pypy3-bin/pypy3-bin-5.2.0_alpha1-r1.ebuild @@ -76,7 +76,6 @@ DEPEND="${RDEPEND} test? ( ${PYTHON_DEPS} )" # doc? ( ${PYTHON_DEPS} # dev-python/sphinx ) -PDEPEND="app-admin/python-updater" S=${WORKDIR}/${MY_P}-src