diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-08-07 12:37:21 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-08-07 12:37:21 +0100 |
commit | b8c7370a682e4e29cda623222d17a790c01c3642 (patch) | |
tree | f6caa14689bd00a5760eadaa381ff41e50ef3c1b /app-crypt/adcli | |
parent | 8a4997a7e2d1e36c089d4d76935b5a902d98d3d0 (diff) |
gentoo auto-resync : 07:08:2024 - 12:37:20
Diffstat (limited to 'app-crypt/adcli')
-rw-r--r-- | app-crypt/adcli/Manifest | 2 | ||||
-rw-r--r-- | app-crypt/adcli/adcli-0.9.2.ebuild | 8 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-crypt/adcli/Manifest b/app-crypt/adcli/Manifest index 53b58347fb0d..86e7ccd508bd 100644 --- a/app-crypt/adcli/Manifest +++ b/app-crypt/adcli/Manifest @@ -1,3 +1,3 @@ DIST adcli-0.9.2.tar.bz2 93680 BLAKE2B b5958b276ee43a0ee54aa922f27ed266d4e9fbd1c86e0c007dac9fcf9cc022e1b3ba043b782fceb00066be2577390773dc99fb8d476a6b5e6523d44d008fb667 SHA512 ae8414a0af389b6845dd92d41446a80a9dc1734b874175323c0e491d99944eab442b95ae6d3a29fc69638d2e73bf8d2c369f6fa50e9ed3968527444b78606286 -EBUILD adcli-0.9.2.ebuild 682 BLAKE2B de8f42679dd8932c80993ae387a62de0fa00dd87c1deea0f03215e53af1ced7eae1cdf022f73f963c98e2b9b225737d43a91274f3fc518d83035d7ab1af8e591 SHA512 d61c3d1d0303bbfbe39843bd55bb33a6c1db52b675d30f2749463910d3468cda333686e13d2c9af7d48cd4e882603f89e2e8f2490d3d74c65b85e28829c77800 +EBUILD adcli-0.9.2.ebuild 735 BLAKE2B f6089fbd9e527b0448aca74e385c91ca3d123011c9c3b6f3ce0d85092e16b31d7a2eaa29f175ca84e3ecd83d538768ad8144a250d5688723a71006b5a8ea5a29 SHA512 889bddf6a352c88da2109134c6ab26997b8879aa1f04291f5ab876458f0391ee107376cb586f4f2ddebccd93279373973eb066876a16a476db6ec2572a5b7788 MISC metadata.xml 501 BLAKE2B 426bc6a40ebda29bd46e41ef626075357d34952234f115d80963c2bc9498b04c23f4d017b86f34934a50a9a480ee794536c53a3b2b68c5f8c4861f630d659d66 SHA512 337f2c31ae03ba2b1e7d6bf357a3376c23caa00434b1cd11634b37a354c7c54dacaa6e72783a6280781f1e9dce2b2fe4d4a753bac5969093fe21b32cabd66a18 diff --git a/app-crypt/adcli/adcli-0.9.2.ebuild b/app-crypt/adcli/adcli-0.9.2.ebuild index 37fb304f40a8..ba038ec845b4 100644 --- a/app-crypt/adcli/adcli-0.9.2.ebuild +++ b/app-crypt/adcli/adcli-0.9.2.ebuild @@ -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 } |