diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-04-21 19:34:59 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-04-21 19:36:19 +0200 |
commit | 2881b987d6bec60bb86fa5fbcb5654b763b4f5e8 (patch) | |
tree | f7e8bad4674db7277c8a57210a4700254c7b39bc /app-misc/hivex | |
parent | app-i18n/ibus-cangjie: Drop old (diff) | |
download | gentoo-2881b987d6bec60bb86fa5fbcb5654b763b4f5e8.tar.gz gentoo-2881b987d6bec60bb86fa5fbcb5654b763b4f5e8.tar.bz2 gentoo-2881b987d6bec60bb86fa5fbcb5654b763b4f5e8.zip |
app-misc/hivex: Support newer python
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-misc/hivex')
-rw-r--r-- | app-misc/hivex/hivex-1.3.11-r1.ebuild | 4 |
1 files 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 6c96884552c6..b8416cad1b5e 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 |