summaryrefslogtreecommitdiff
path: root/sys-process
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-04-03 07:19:44 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-04-03 07:19:44 +0000
commit9e426ecb90b903cc0e690f5d0723e410ddfa5219 (patch)
treeecb8de4e95c084ff9cbace041bdcdb476b54d4fd /sys-process
parent9e16d6169d91c7bec36433d5f94ba175b222c2da (diff)
downloadbaldeagleos-repo-9e426ecb90b903cc0e690f5d0723e410ddfa5219.tar.gz
baldeagleos-repo-9e426ecb90b903cc0e690f5d0723e410ddfa5219.tar.xz
baldeagleos-repo-9e426ecb90b903cc0e690f5d0723e410ddfa5219.zip
Adding metadata
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/audit/audit-4.1.4-r1.ebuild (renamed from sys-process/audit/audit-4.1.4.ebuild)17
1 files changed, 5 insertions, 12 deletions
diff --git a/sys-process/audit/audit-4.1.4.ebuild b/sys-process/audit/audit-4.1.4-r1.ebuild
index 7c19dd4066d6..617dab2c10d4 100644
--- a/sys-process/audit/audit-4.1.4.ebuild
+++ b/sys-process/audit/audit-4.1.4-r1.ebuild
@@ -28,7 +28,7 @@ RESTRICT="!test? ( test )"
RDEPEND="
sys-libs/libcap-ng
gssapi? ( virtual/krb5 )
- ldap? ( net-nds/openldap:= )
+ ldap? ( net-nds/openldap:=[${MULTILIB_USEDEP}] )
python? ( ${PYTHON_DEPS} )
"
DEPEND="
@@ -116,9 +116,9 @@ src_configure() {
}
multilib_src_compile() {
- if multilib_is_native_abi; then
- default
+ default
+ if multilib_is_native_abi; then
local native_build="${BUILD_DIR}"
python_compile() {
@@ -127,17 +127,13 @@ multilib_src_compile() {
}
use python && python_foreach_impl python_compile
- else
- emake -C common
- emake -C lib
- emake -C auparse
fi
}
multilib_src_install() {
- if multilib_is_native_abi; then
- emake DESTDIR="${D}" initdir="$(systemd_get_systemunitdir)" install
+ emake DESTDIR="${D}" initdir="$(systemd_get_systemunitdir)" install
+ if multilib_is_native_abi; then
local native_build="${BUILD_DIR}"
python_install() {
@@ -150,9 +146,6 @@ multilib_src_install() {
# Things like shadow use this so we need to be in /
gen_usr_ldscript -a audit auparse
- else
- emake -C lib DESTDIR="${D}" install
- emake -C auparse DESTDIR="${D}" install
fi
}