Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/distorm64/
Date: Fri, 07 Jul 2017 09:20:19
Message-Id: 1499419208.635f5051164e97d070cfdb9e39044217c7e6a701.pacho@gentoo
1 commit: 635f5051164e97d070cfdb9e39044217c7e6a701
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 09:14:07 2017 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 09:20:08 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=635f5051
7
8 dev-libs/distorm64: Support newer python
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-libs/distorm64/distorm64-3.3.4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/distorm64/distorm64-3.3.4.ebuild b/dev-libs/distorm64/distorm64-3.3.4.ebuild
16 index e171aa1c2a1..bdb8f39dca4 100644
17 --- a/dev-libs/distorm64/distorm64-3.3.4.ebuild
18 +++ b/dev-libs/distorm64/distorm64-3.3.4.ebuild
19 @@ -1,10 +1,10 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25
26 # does not work with python3_4 as-is
27 -PYTHON_COMPAT=( python2_7 python3_4 )
28 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
29
30 inherit distutils-r1