Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/pypy/
Date: Wed, 29 Mar 2017 16:00:39
Message-Id: 1490803160.11ecaa2758fc8d04b383ec0aceaa83979cf948b0.ulm@gentoo
1 commit: 11ecaa2758fc8d04b383ec0aceaa83979cf948b0
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 29 15:59:20 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 29 15:59:20 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11ecaa27
7
8 virtual/pypy: Remove unnecessary inherit.
9
10 Acked-by: floppym
11 Package-Manager: Portage-2.3.5, Repoman-2.3.2
12
13 virtual/pypy/pypy-5.6.0.ebuild | 2 --
14 1 file changed, 2 deletions(-)
15
16 diff --git a/virtual/pypy/pypy-5.6.0.ebuild b/virtual/pypy/pypy-5.6.0.ebuild
17 index 0c08bda9647..3230bc1d79a 100644
18 --- a/virtual/pypy/pypy-5.6.0.ebuild
19 +++ b/virtual/pypy/pypy-5.6.0.ebuild
20 @@ -3,8 +3,6 @@
21
22 EAPI=5
23
24 -inherit versionator
25 -
26 DESCRIPTION="A virtual for PyPy Python implementation"
27 # pypy -c 'import sysconfig; print sysconfig.get_config_var("SOABI")'
28 SLOT="0/41"