libvshadow: migrate to python3

This commit is contained in:
blshkv 2020-08-03 10:55:39 +08:00
parent 377b391d1f
commit 1fbcdc277f
No known key found for this signature in database
GPG key ID: 32BDCED870788F04

View file

@ -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) \