commit: 432aebf19d4885b61a09c9dee8ea8eda6320a403 Author: Francesco Riosa <vivo75 <AT> gmail <DOT> com> AuthorDate: Wed Aug 16 21:01:22 2017 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Sat Sep 2 15:03:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=432aebf1
dev-libs/protobuf: enable python-3.6 The package build with python 3.6 * Package: dev-libs/protobuf-3.3.0 * Repository: vivovl * Maintainer: vapier <AT> gentoo.org [email protected],[email protected] * USE: abi_x86_32 abi_x86_64 amd64 elibc_glibc java kernel_linux python_targets_python3_6 test userland_GNU zlib * FEATURES: compressdebug preserve-libs sandbox splitdebug test userpriv usersandbox ============================================================================ Testsuite summary for Protocol Buffers 3.3.0 ============================================================================ ============================================================================ dev-libs/protobuf/protobuf-3.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/protobuf/protobuf-3.3.0.ebuild b/dev-libs/protobuf/protobuf-3.3.0.ebuild index 1d10857bd15..86b099daf47 100644 --- a/dev-libs/protobuf/protobuf-3.3.0.ebuild +++ b/dev-libs/protobuf/protobuf-3.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit autotools elisp-common flag-o-matic python-r1 toolchain-funcs multilib-minimal # If you bump this package, also consider bumping the official language bindings!
