mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 00:46:58 +02:00
sys-fs/zfs: Sync with Gentoo
It's from Gentoo commit 4ea77da2de0f6f67b470a0e8ac39a6e52fb7a7f5.
This commit is contained in:
parent
11d604efb2
commit
f4f40a1398
@ -5,7 +5,7 @@ EAPI=8
|
|||||||
|
|
||||||
DISTUTILS_OPTIONAL=1
|
DISTUTILS_OPTIONAL=1
|
||||||
DISTUTILS_USE_PEP517=setuptools
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
PYTHON_COMPAT=( python3_{10..11} )
|
PYTHON_COMPAT=( python3_{10..12} )
|
||||||
|
|
||||||
inherit autotools bash-completion-r1 dist-kernel-utils distutils-r1 flag-o-matic linux-info pam systemd udev usr-ldscript
|
inherit autotools bash-completion-r1 dist-kernel-utils distutils-r1 flag-o-matic linux-info pam systemd udev usr-ldscript
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ LICENSE="BSD-2 CDDL MIT"
|
|||||||
# just libzfs soname major for now.
|
# just libzfs soname major for now.
|
||||||
# possible candidates: libuutil, libzpool, libnvpair. Those do not provide stable abi, but are considered.
|
# possible candidates: libuutil, libzpool, libnvpair. Those do not provide stable abi, but are considered.
|
||||||
# see libsoversion_check() below as well
|
# see libsoversion_check() below as well
|
||||||
SLOT="0/5"
|
SLOT="0/6"
|
||||||
IUSE="custom-cflags debug dist-kernel kernel-builtin minimal nls pam python +rootfs selinux test-suite unwind"
|
IUSE="custom-cflags debug dist-kernel kernel-builtin minimal nls pam python +rootfs selinux test-suite unwind"
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
|
Loading…
Reference in New Issue
Block a user