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 BB0FE139694 for ; Wed, 29 Mar 2017 16:00:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB40923404D; Wed, 29 Mar 2017 16:00:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 B6EF323404D for ; Wed, 29 Mar 2017 16:00:37 +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 D642D3413B7 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 40E3072DC 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: <1490803160.11ecaa2758fc8d04b383ec0aceaa83979cf948b0.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/pypy/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/pypy/pypy-5.6.0.ebuild X-VCS-Directories: virtual/pypy/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 11ecaa2758fc8d04b383ec0aceaa83979cf948b0 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: 9946a2b0-d8a0-4530-8fb8-56e7e263163a X-Archives-Hash: 5aa6c342d8dd97accf1c8ee90dd195d0 commit: 11ecaa2758fc8d04b383ec0aceaa83979cf948b0 Author: Ulrich Müller gentoo org> AuthorDate: Wed Mar 29 15:59:20 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Mar 29 15:59:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11ecaa27 virtual/pypy: Remove unnecessary inherit. Acked-by: floppym Package-Manager: Portage-2.3.5, Repoman-2.3.2 virtual/pypy/pypy-5.6.0.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/virtual/pypy/pypy-5.6.0.ebuild b/virtual/pypy/pypy-5.6.0.ebuild index 0c08bda9647..3230bc1d79a 100644 --- a/virtual/pypy/pypy-5.6.0.ebuild +++ b/virtual/pypy/pypy-5.6.0.ebuild @@ -3,8 +3,6 @@ EAPI=5 -inherit versionator - DESCRIPTION="A virtual for PyPy Python implementation" # pypy -c 'import sysconfig; print sysconfig.get_config_var("SOABI")' SLOT="0/41"