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: dev-python/pythong/
Date: Fri, 27 Sep 2019 17:33:58
Message-Id: 1569605621.bcc2bf419a1f085401ea53548fc88f4e41d53717.mgorny@gentoo
1 commit: bcc2bf419a1f085401ea53548fc88f4e41d53717
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 27 17:30:09 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 27 17:33:41 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcc2bf41
7
8 dev-python/pythong: Dep on dev-python/pmw directly
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pythong/pythong-2.1.5-r2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/pythong/pythong-2.1.5-r2.ebuild b/dev-python/pythong/pythong-2.1.5-r2.ebuild
16 index fa40cbcd91b..7c1059971d2 100644
17 --- a/dev-python/pythong/pythong-2.1.5-r2.ebuild
18 +++ b/dev-python/pythong/pythong-2.1.5-r2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -26,7 +26,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
26
27 RDEPEND="${PYTHON_DEPS}
28 >=dev-lang/tk-8.3.4:0=
29 - virtual/python-pmw[${PYTHON_USEDEP}]"
30 + dev-python/pmw:py2[${PYTHON_USEDEP}]"
31 DEPEND="${RDEPEND}"
32
33 S="${WORKDIR}/${MY_PN}-${MY_PV}"