Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/betagarden:master commit in: dev-python/pies/
Date: Wed, 27 Jan 2016 08:32:35
Message-Id: 1453883535.178920822894852a6428463731b007960d12e129.jlec@gentoo
1 commit: 178920822894852a6428463731b007960d12e129
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 27 08:32:15 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 27 08:32:15 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=17892082
7
8 dev-python/pies: Use virtual
9
10 Package-Manager: portage-2.2.27
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/pies/pies-2.6.1.ebuild | 4 ++--
14 dev-python/pies/pies-2.6.3.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-python/pies/pies-2.6.1.ebuild b/dev-python/pies/pies-2.6.1.ebuild
18 index f66b01a..55a98ee 100644
19 --- a/dev-python/pies/pies-2.6.1.ebuild
20 +++ b/dev-python/pies/pies-2.6.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 +# Copyright 1999-2016 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 @@ -21,6 +21,6 @@ IUSE=""
28 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
29 RDEPEND="
30 $(python_gen_cond_dep 'dev-python/pies2overrides[${PYTHON_USEDEP}]' python2_7)
31 - $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python{2_7,3_3})"
32 + virtual/python-enum34[${PYTHON_USEDEP}]"
33
34 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
35
36 diff --git a/dev-python/pies/pies-2.6.3.ebuild b/dev-python/pies/pies-2.6.3.ebuild
37 index f66b01a..55a98ee 100644
38 --- a/dev-python/pies/pies-2.6.3.ebuild
39 +++ b/dev-python/pies/pies-2.6.3.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2014 Gentoo Foundation
42 +# Copyright 1999-2016 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44 # $Id$
45
46 @@ -21,6 +21,6 @@ IUSE=""
47 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
48 RDEPEND="
49 $(python_gen_cond_dep 'dev-python/pies2overrides[${PYTHON_USEDEP}]' python2_7)
50 - $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python{2_7,3_3})"
51 + virtual/python-enum34[${PYTHON_USEDEP}]"
52
53 REQUIRED_USE="${PYTHON_REQUIRED_USE}"