Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/daemonize/
Date: Thu, 11 Oct 2018 21:40:18
Message-Id: 1539293969.a2c00584615e69c3d3a06ad4bb0517605b481992.monsieurp@gentoo
1 commit: a2c00584615e69c3d3a06ad4bb0517605b481992
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 11 21:37:29 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 11 21:39:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2c00584
7
8 dev-python/daemonize: add python2_7 support.
9
10 Closes: https://bugs.gentoo.org/667658
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12 Package-Manager: Portage-2.3.49, Repoman-2.3.10
13
14 dev-python/daemonize/daemonize-2.4.7.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/daemonize/daemonize-2.4.7.ebuild b/dev-python/daemonize/daemonize-2.4.7.ebuild
18 index e186dc2bcd2..8a120a67f65 100644
19 --- a/dev-python/daemonize/daemonize-2.4.7.ebuild
20 +++ b/dev-python/daemonize/daemonize-2.4.7.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python3_{5,6} )
26 +PYTHON_COMPAT=( python2_7 python3_{5,6} )
27
28 inherit distutils-r1