commit: 1e21bfba35616f67302b3b5d7d4d80c4bf4fa7c4
Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Tue Dec 4 21:58:16 2018 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue Dec 4 21:58:37 2018 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1e21bfba
sci-libs/labbookdb: Python version bump
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Horea Christian <horea.christ <AT> yandex.com>
sci-libs/labbookdb/labbookdb-0.0.2.ebuild | 4 ++--
sci-libs/labbookdb/labbookdb-9999.ebuild | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sci-libs/labbookdb/labbookdb-0.0.2.ebuild
b/sci-libs/labbookdb/labbookdb-0.0.2.ebuild
index c936cf379..a2df37ad0 100644
--- a/sci-libs/labbookdb/labbookdb-0.0.2.ebuild
+++ b/sci-libs/labbookdb/labbookdb-0.0.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1
diff --git a/sci-libs/labbookdb/labbookdb-9999.ebuild
b/sci-libs/labbookdb/labbookdb-9999.ebuild
index 478e5c63b..2755a0a4a 100644
--- a/sci-libs/labbookdb/labbookdb-9999.ebuild
+++ b/sci-libs/labbookdb/labbookdb-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1 git-r3