[sys-auth/sssd] sync
This commit is contained in:
parent
19e3768c10
commit
123087aa06
@ -6,7 +6,7 @@ EAPI=8
|
|||||||
PLOCALES="ca de es fr ja ko pt_BR ru sv tr uk"
|
PLOCALES="ca de es fr ja ko pt_BR ru sv tr uk"
|
||||||
PLOCALES_BIN="${PLOCALES} bg cs eu fi hu id it ka nb nl pl pt tg zh_TW zh_CN"
|
PLOCALES_BIN="${PLOCALES} bg cs eu fi hu id it ka nb nl pl pt tg zh_TW zh_CN"
|
||||||
PLOCALE_BACKUP="sv"
|
PLOCALE_BACKUP="sv"
|
||||||
PYTHON_COMPAT=( python3_{9..11} )
|
PYTHON_COMPAT=( python3_{10..11} )
|
||||||
VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/sssd.asc
|
VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/sssd.asc
|
||||||
|
|
||||||
inherit autotools linux-info multilib-minimal optfeature plocale \
|
inherit autotools linux-info multilib-minimal optfeature plocale \
|
||||||
@ -20,11 +20,10 @@ SRC_URI+=" verify-sig? ( https://github.com/SSSD/sssd/releases/download/${PV}/${
|
|||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
|
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
|
||||||
IUSE="acl doc +netlink nfsv4 nls +man python samba selinux subid sudo systemd systemtap test valgrind"
|
IUSE="acl doc +netlink nfsv4 nls +man python samba selinux subid sudo systemd systemtap test"
|
||||||
REQUIRED_USE="
|
REQUIRED_USE="
|
||||||
python? ( ${PYTHON_REQUIRED_USE} )
|
python? ( ${PYTHON_REQUIRED_USE} )
|
||||||
test? ( sudo )
|
test? ( sudo )"
|
||||||
valgrind? ( test )"
|
|
||||||
RESTRICT="!test? ( test )"
|
RESTRICT="!test? ( test )"
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
@ -96,7 +95,6 @@ BDEPEND="
|
|||||||
sys-libs/nss_wrapper
|
sys-libs/nss_wrapper
|
||||||
sys-libs/pam_wrapper
|
sys-libs/pam_wrapper
|
||||||
sys-libs/uid_wrapper
|
sys-libs/uid_wrapper
|
||||||
valgrind? ( dev-util/valgrind )
|
|
||||||
)
|
)
|
||||||
verify-sig? ( sec-keys/openpgp-keys-sssd )
|
verify-sig? ( sec-keys/openpgp-keys-sssd )
|
||||||
"
|
"
|
||||||
@ -188,6 +186,8 @@ multilib_src_configure() {
|
|||||||
--with-os=gentoo
|
--with-os=gentoo
|
||||||
--disable-rpath
|
--disable-rpath
|
||||||
--disable-static
|
--disable-static
|
||||||
|
# Valgrind is only used for tests
|
||||||
|
--disable-valgrind
|
||||||
--sbindir="${EPREFIX}"/usr/sbin
|
--sbindir="${EPREFIX}"/usr/sbin
|
||||||
--libexecdir="${EPREFIX}"/usr/libexec
|
--libexecdir="${EPREFIX}"/usr/libexec
|
||||||
$(use_with samba)
|
$(use_with samba)
|
||||||
|
Loading…
Reference in New Issue
Block a user