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 ECD21139694 for ; Wed, 29 Mar 2017 16:00:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A17123405A; Wed, 29 Mar 2017 16:00:38 +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 1806823405A for ; Wed, 29 Mar 2017 16:00:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D932F34164D for ; Wed, 29 Mar 2017 16:00:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5462073D8 for ; Wed, 29 Mar 2017 16:00:35 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1490803212.624daff0b940bb56ae684383e32f852ec1b3ab2a.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/pypy3/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/pypy3/pypy3-5.5.0_alpha.ebuild X-VCS-Directories: virtual/pypy3/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 624daff0b940bb56ae684383e32f852ec1b3ab2a X-VCS-Branch: master Date: Wed, 29 Mar 2017 16:00:35 +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: 43c273cf-610e-44e6-8b9c-12ed5ce1b34d X-Archives-Hash: 8e7fca9aafea700a13da4d0d7ee0e20f commit: 624daff0b940bb56ae684383e32f852ec1b3ab2a Author: Ulrich Müller gentoo org> AuthorDate: Wed Mar 29 16:00:12 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Mar 29 16:00:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=624daff0 virtual/pypy3: Remove unnecessary inherit. Acked-by: floppym Package-Manager: Portage-2.3.5, Repoman-2.3.2 virtual/pypy3/pypy3-5.5.0_alpha.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/virtual/pypy3/pypy3-5.5.0_alpha.ebuild b/virtual/pypy3/pypy3-5.5.0_alpha.ebuild index 0162105e092..4872bd98b0b 100644 --- a/virtual/pypy3/pypy3-5.5.0_alpha.ebuild +++ b/virtual/pypy3/pypy3-5.5.0_alpha.ebuild @@ -3,8 +3,6 @@ EAPI=5 -inherit versionator - DESCRIPTION="A virtual for PyPy3 Python implementation" # XX from pypy3-XX.so module suffix SLOT="0/55"