diff --git a/app-forensics/libvshadow/libvshadow-20191221.ebuild b/app-forensics/libvshadow/libvshadow-20191221.ebuild index d421fe360..246b3c05a 100644 --- a/app-forensics/libvshadow/libvshadow-20191221.ebuild +++ b/app-forensics/libvshadow/libvshadow-20191221.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -#FIXME: add python3 support -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit python-single-r1 eutils autotools DESCRIPTION="Library and tools to support the Volume Shadow Snapshot (VSS) format." @@ -58,6 +57,7 @@ src_prepare() { src_configure() { econf $(use_enable python) \ + $(use_enable python python3) \ $(use_enable unicode wide-character-type) \ $(use_enable nls) \ $(use_with nls libiconv-prefix) \