From 1fbcdc277feec1ad9398dffad548de32e54de2d2 Mon Sep 17 00:00:00 2001 From: blshkv Date: Mon, 3 Aug 2020 10:55:39 +0800 Subject: [PATCH] libvshadow: migrate to python3 --- app-forensics/libvshadow/libvshadow-20191221.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) \