Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/protobuf/
Date: Sat, 02 Sep 2017 15:04:04
Message-Id: 1504364632.432aebf19d4885b61a09c9dee8ea8eda6320a403.kensington@gentoo
1 commit: 432aebf19d4885b61a09c9dee8ea8eda6320a403
2 Author: Francesco Riosa <vivo75 <AT> gmail <DOT> com>
3 AuthorDate: Wed Aug 16 21:01:22 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 2 15:03:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=432aebf1
7
8 dev-libs/protobuf: enable python-3.6
9
10 The package build with python 3.6
11
12 * Package: dev-libs/protobuf-3.3.0
13 * Repository: vivovl
14 * Maintainer: vapier <AT> gentoo.org tomboy64@××××.cn,proxy-maint@g.o
15 * USE: abi_x86_32 abi_x86_64 amd64 elibc_glibc java kernel_linux python_targets_python3_6 test userland_GNU zlib
16 * FEATURES: compressdebug preserve-libs sandbox splitdebug test userpriv usersandbox
17
18 ============================================================================
19 Testsuite summary for Protocol Buffers 3.3.0
20 ============================================================================
21 ============================================================================
22
23 dev-libs/protobuf/protobuf-3.3.0.ebuild | 2 +-
24 1 file changed, 1 insertion(+), 1 deletion(-)
25
26 diff --git a/dev-libs/protobuf/protobuf-3.3.0.ebuild b/dev-libs/protobuf/protobuf-3.3.0.ebuild
27 index 1d10857bd15..86b099daf47 100644
28 --- a/dev-libs/protobuf/protobuf-3.3.0.ebuild
29 +++ b/dev-libs/protobuf/protobuf-3.3.0.ebuild
30 @@ -3,7 +3,7 @@
31
32 EAPI=6
33
34 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
35 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
36 inherit autotools elisp-common flag-o-matic python-r1 toolchain-funcs multilib-minimal
37
38 # If you bump this package, also consider bumping the official language bindings!