Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bsddb3/
Date: Fri, 05 May 2017 14:25:26
Message-Id: 1493994308.0e6de80a9b78cb2f9cb7f7be8dfe010bbac86985.mrueg@gentoo
1 commit: 0e6de80a9b78cb2f9cb7f7be8dfe010bbac86985
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 5 14:25:08 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Fri May 5 14:25:08 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e6de80a
7
8 dev-python/bsddb3: Add python3_6
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-python/bsddb3/bsddb3-6.2.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/bsddb3/bsddb3-6.2.4.ebuild b/dev-python/bsddb3/bsddb3-6.2.4.ebuild
16 index 61269bec542..0877c98bee0 100644
17 --- a/dev-python/bsddb3/bsddb3-6.2.4.ebuild
18 +++ b/dev-python/bsddb3/bsddb3-6.2.4.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=6
22
23 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
24 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
25 PYTHON_REQ_USE="threads(+)"
26
27 inherit db-use distutils-r1