summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-05-06 10:46:30 +0200
committerUlrich Müller <ulm@gentoo.org>2023-05-10 19:57:18 +0200
commite5edcfd797cfd2f0d3878b8ad6033b2160df83d9 (patch)
treee40d43aca43f91ca281ff72ee2813004722911d0
parentsys-fs/lvm2: scrub patches (diff)
downloadgentoo-e5edcfd797cfd2f0d3878b8ad6033b2160df83d9.tar.gz
gentoo-e5edcfd797cfd2f0d3878b8ad6033b2160df83d9.tar.bz2
gentoo-e5edcfd797cfd2f0d3878b8ad6033b2160df83d9.zip
multilib.eclass: Drop CONF_LIBDIR
The CONF_LIBDIR variable was used exclusively in the 2004.3 profile (i.e. it was no longer defined in 2005.0), before the ABI and LIBDIR_${ABI} variables existed. Simply use "lib" as default, which is consistent with get_libdir(). Bug: https://bugs.gentoo.org/267159 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--eclass/multilib.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/multilib.eclass b/eclass/multilib.eclass
index 4a6e4160d5cb..77340a23e30f 100644
--- a/eclass/multilib.eclass
+++ b/eclass/multilib.eclass
@@ -26,7 +26,7 @@ export CFLAGS_default
export LDFLAGS_default
export CHOST_default=${CHOST_default:-${CHOST}}
export CTARGET_default=${CTARGET_default:-${CTARGET:-${CHOST_default}}}
-export LIBDIR_default=${CONF_LIBDIR:-"lib"}
+export LIBDIR_default="lib"
export KERNEL_ABI=${KERNEL_ABI:-${DEFAULT_ABI}}
# @FUNCTION: has_multilib_profile