commit: 2881b987d6bec60bb86fa5fbcb5654b763b4f5e8
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 21 17:34:59 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Apr 21 17:36:19 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2881b987
app-misc/hivex: Support newer python
Package-Manager: Portage-2.3.5, Repoman-2.3.2
app-misc/hivex/hivex-1.3.11-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-misc/hivex/hivex-1.3.11-r1.ebuild
b/app-misc/hivex/hivex-1.3.11-r1.ebuild
index 6c96884552c..b8416cad1b5 100644
--- a/app-misc/hivex/hivex-1.3.11-r1.ebuild
+++ b/app-misc/hivex/hivex-1.3.11-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -8,7 +8,7 @@ AUTOTOOLS_IN_SOURCE_BUILD=1
USE_RUBY="ruby20 ruby21"
RUBY_OPTIONAL=yes
-PYTHON_COMPAT=(python2_7 python3_4)
+PYTHON_COMPAT=(python2_7 python3_{4,5,6})
inherit autotools-utils eutils perl-app ruby-ng python-single-r1