Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 30 Dec 2019 12:59:14
Message-Id: 1577710739.ec3cf01513e7955953ddf66dd985a36d54be71c9.mgorny@gentoo
1 commit: ec3cf01513e7955953ddf66dd985a36d54be71c9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 30 12:33:37 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 30 12:58:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec3cf015
7
8 python*-r1.eclass: Update examples for virtual/pypy removal
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 eclass/python-r1.eclass | 2 +-
13 eclass/python-single-r1.eclass | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass
17 index e87b59967cd..dd350a436fa 100644
18 --- a/eclass/python-r1.eclass
19 +++ b/eclass/python-r1.eclass
20 @@ -126,7 +126,7 @@ fi
21 # @CODE
22 # dev-lang/python-exec:=
23 # python_targets_python2_7? ( dev-lang/python:2.7[gdbm] )
24 -# python_targets_pypy? ( virtual/pypy[gdbm] )
25 +# python_targets_pypy? ( dev-python/pypy[gdbm] )
26 # @CODE
27
28 # @ECLASS-VARIABLE: PYTHON_USEDEP
29
30 diff --git a/eclass/python-single-r1.eclass b/eclass/python-single-r1.eclass
31 index f042bf4e116..b82c3a29f5c 100644
32 --- a/eclass/python-single-r1.eclass
33 +++ b/eclass/python-single-r1.eclass
34 @@ -136,7 +136,7 @@ EXPORT_FUNCTIONS pkg_setup
35 # @CODE
36 # dev-lang/python-exec:=
37 # python_single_target_python2_7? ( dev-lang/python:2.7[gdbm] )
38 -# python_single_target_pypy? ( virtual/pypy[gdbm] )
39 +# python_single_target_pypy? ( dev-python/pypy[gdbm] )
40 # @CODE
41
42 # @ECLASS-VARIABLE: PYTHON_USEDEP