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/pypy3/
Date: Wed, 29 Mar 2017 16:00:43
Message-Id: 1490803212.624daff0b940bb56ae684383e32f852ec1b3ab2a.ulm@gentoo
1 commit: 624daff0b940bb56ae684383e32f852ec1b3ab2a
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 29 16:00:12 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 29 16:00:12 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=624daff0
7
8 virtual/pypy3: Remove unnecessary inherit.
9
10 Acked-by: floppym
11 Package-Manager: Portage-2.3.5, Repoman-2.3.2
12
13 virtual/pypy3/pypy3-5.5.0_alpha.ebuild | 2 --
14 1 file changed, 2 deletions(-)
15
16 diff --git a/virtual/pypy3/pypy3-5.5.0_alpha.ebuild b/virtual/pypy3/pypy3-5.5.0_alpha.ebuild
17 index 0162105e092..4872bd98b0b 100644
18 --- a/virtual/pypy3/pypy3-5.5.0_alpha.ebuild
19 +++ b/virtual/pypy3/pypy3-5.5.0_alpha.ebuild
20 @@ -3,8 +3,6 @@
21
22 EAPI=5
23
24 -inherit versionator
25 -
26 DESCRIPTION="A virtual for PyPy3 Python implementation"
27 # XX from pypy3-XX.so module suffix
28 SLOT="0/55"