mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
libvshadow: migrate to python3
This commit is contained in:
parent
377b391d1f
commit
1fbcdc277f
1 changed files with 3 additions and 3 deletions
|
|
@ -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) \
|
||||
|
|
|
|||
Loading…
Reference in a new issue