diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-05-05 16:25:08 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-05-05 16:25:08 +0200 |
commit | 0e6de80a9b78cb2f9cb7f7be8dfe010bbac86985 (patch) | |
tree | 203ca7afc3d16a93298810e757301d2e8553f36a /dev-python/bsddb3 | |
parent | app-editors/retext: amd64 stable wrt bug #617470 (diff) | |
download | gentoo-0e6de80a9b78cb2f9cb7f7be8dfe010bbac86985.tar.gz gentoo-0e6de80a9b78cb2f9cb7f7be8dfe010bbac86985.tar.bz2 gentoo-0e6de80a9b78cb2f9cb7f7be8dfe010bbac86985.zip |
dev-python/bsddb3: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/bsddb3')
-rw-r--r-- | dev-python/bsddb3/bsddb3-6.2.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/bsddb3/bsddb3-6.2.4.ebuild b/dev-python/bsddb3/bsddb3-6.2.4.ebuild index 61269bec5428..0877c98bee04 100644 --- a/dev-python/bsddb3/bsddb3-6.2.4.ebuild +++ b/dev-python/bsddb3/bsddb3-6.2.4.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) PYTHON_REQ_USE="threads(+)" inherit db-use distutils-r1 |