commit:     bb8531b9e9fd9e0520439405d67c923b25c90534
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 21 12:25:51 2020 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Apr 21 12:30:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb8531b9

app-misc/gramps: support python3_8

Builds and tests fine, runs fine too if installed with a version of
distutils-r1.eclass not using --skip-build in the install phase.

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 app-misc/gramps/gramps-5.1.2-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-misc/gramps/gramps-5.1.2-r1.ebuild 
b/app-misc/gramps/gramps-5.1.2-r1.ebuild
index b05f6a7ce78..c13785854d7 100644
--- a/app-misc/gramps/gramps-5.1.2-r1.ebuild
+++ b/app-misc/gramps/gramps-5.1.2-r1.ebuild
@@ -2,10 +2,11 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 PYTHON_REQ_USE="sqlite"
 
 DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_SETUPTOOLS=no
 inherit distutils-r1 xdg-utils
 
 DESCRIPTION="Genealogical Research and Analysis Management Programming System"

Reply via email to