diff options
author | 2021-12-31 14:44:30 +0100 | |
---|---|---|
committer | 2021-12-31 14:44:30 +0100 | |
commit | bc1d8cef7f77a6f4fcd0ec59012adf03fc5cb853 (patch) | |
tree | 2d7f058d824ff3fbe829ef3d43cdbc127dd0f1a1 /sys-fs | |
parent | sys-fs/mergerfs-tools: new package (diff) | |
download | gentoo-bc1d8cef7f77a6f4fcd0ec59012adf03fc5cb853.tar.gz gentoo-bc1d8cef7f77a6f4fcd0ec59012adf03fc5cb853.tar.bz2 gentoo-bc1d8cef7f77a6f4fcd0ec59012adf03fc5cb853.zip |
sys-fs/mergerfs-tools: use python-any-r1 over DISTUTILS_SINGLE_IMPL.
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/mergerfs-tools/mergerfs-tools-0_p20210502-r1.ebuild (renamed from sys-fs/mergerfs-tools/mergerfs-tools-0_p20210502.ebuild) | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys-fs/mergerfs-tools/mergerfs-tools-0_p20210502.ebuild b/sys-fs/mergerfs-tools/mergerfs-tools-0_p20210502-r1.ebuild index 39057e219a0a..d4df0ca5ee3f 100644 --- a/sys-fs/mergerfs-tools/mergerfs-tools-0_p20210502.ebuild +++ b/sys-fs/mergerfs-tools/mergerfs-tools-0_p20210502-r1.ebuild @@ -4,10 +4,8 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) -DISTUTILS_SINGLE_IMPL=1 -DISTUTILS_USE_SETUPTOOLS=no -inherit distutils-r1 +inherit python-any-r1 DESCRIPTION="Optional tools to help manage data in a mergerfs pool" HOMEPAGE="https://github.com/trapexit/mergerfs-tools" |