mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-28 17:11:34 +02:00
app-crypt/adcli: Sync with Gentoo
It's from Gentoo commit 2d6b5bfef068d61857adf806e082ff9966d2df3d.
This commit is contained in:
parent
eb1eebce15
commit
70d7fb0c7c
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user