summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Riosa <vivo75@gmail.com>2017-08-16 23:01:22 +0200
committerMichael Palimaka <kensington@gentoo.org>2017-09-03 01:03:52 +1000
commit432aebf19d4885b61a09c9dee8ea8eda6320a403 (patch)
treed49efee210de5c13f06c65a7e1c80f893182ca23 /dev-libs/protobuf
parentdev-python/pycups: version bump, enable python-3.6 (diff)
downloadgentoo-432aebf19d4885b61a09c9dee8ea8eda6320a403.tar.gz
gentoo-432aebf19d4885b61a09c9dee8ea8eda6320a403.tar.bz2
gentoo-432aebf19d4885b61a09c9dee8ea8eda6320a403.zip
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@gentoo.org tomboy64@sina.cn,proxy-maint@gentoo.org * 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 ============================================================================ ============================================================================
Diffstat (limited to 'dev-libs/protobuf')
-rw-r--r--dev-libs/protobuf/protobuf-3.3.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/protobuf/protobuf-3.3.0.ebuild b/dev-libs/protobuf/protobuf-3.3.0.ebuild
index 1d10857bd157..86b099daf476 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!