Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/unoconv/
Date: Sat, 05 Nov 2016 21:01:04
Message-Id: 1478379649.9b3a6fac3d05ffdf9f73d5c083faa480284d6b07.dilfridge@gentoo
1 commit: 9b3a6fac3d05ffdf9f73d5c083faa480284d6b07
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Sat Oct 22 12:16:59 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 5 21:00:49 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b3a6fac
7
8 app-office/unoconv: Enable python3_{4,5}
9
10 Package-Manager: portage-2.3.0
11
12 app-office/unoconv/unoconv-0.7.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-office/unoconv/unoconv-0.7.ebuild b/app-office/unoconv/unoconv-0.7.ebuild
16 index e7719a5..cbb3bfe 100644
17 --- a/app-office/unoconv/unoconv-0.7.ebuild
18 +++ b/app-office/unoconv/unoconv-0.7.ebuild
19 @@ -4,7 +4,7 @@
20
21 EAPI=5
22
23 -PYTHON_COMPAT=( python2_7 )
24 +PYTHON_COMPAT=( python2_7 python3_{4,5} )
25
26 inherit eutils python-single-r1