app-crypt/adcli: Sync with Gentoo

It's from Gentoo commit 2d6b5bfef068d61857adf806e082ff9966d2df3d.
This commit is contained in:
Flatcar Buildbot 2024-08-12 07:12:04 +00:00 committed by Krzesimir Nowak
parent eb1eebce15
commit 70d7fb0c7c

View File

@ -1,4 +1,4 @@
# Copyright 2021-2023 Gentoo Authors
# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -11,7 +11,7 @@ SRC_URI="https://gitlab.freedesktop.org/realmd/adcli/-/archive/${PV}/${P}.tar.bz
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
KEYWORDS="amd64 ~arm64 ~x86"
IUSE="doc"
DEPEND="
@ -31,5 +31,7 @@ src_prepare() {
}
src_configure() {
econf $(use_enable doc)
econf \
$(use_enable doc) \
KRB5_CONFIG="${ESYSROOT}"/usr/bin/krb5-config
}