commit: 69ad20f8c79f48eda2e748332811ebccde382acf Author: Matthias Schwarzott <zzam <AT> gentoo <DOT> org> AuthorDate: Thu Jan 23 15:52:02 2025 +0000 Commit: Matthias Schwarzott <zzam <AT> gentoo <DOT> org> CommitDate: Thu Jan 23 15:52:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69ad20f8
dev-util/pahole: Remove obsolete cmake variable __LIB Closes: https://bugs.gentoo.org/948597 Signed-off-by: Matthias Schwarzott <zzam <AT> gentoo.org> dev-util/pahole/pahole-1.29.ebuild | 5 ----- dev-util/pahole/pahole-9999.ebuild | 5 ----- 2 files changed, 10 deletions(-) diff --git a/dev-util/pahole/pahole-1.29.ebuild b/dev-util/pahole/pahole-1.29.ebuild index 434548dc9c19..6996620bd84d 100644 --- a/dev-util/pahole/pahole-1.29.ebuild +++ b/dev-util/pahole/pahole-1.29.ebuild @@ -71,8 +71,3 @@ src_prepare() { cmake_src_prepare python_fix_shebang ostra/ostra-cg ostra/python/ostra.py } - -src_configure() { - local mycmakeargs=( "-D__LIB=$(get_libdir)" ) - cmake_src_configure -} diff --git a/dev-util/pahole/pahole-9999.ebuild b/dev-util/pahole/pahole-9999.ebuild index 434548dc9c19..6996620bd84d 100644 --- a/dev-util/pahole/pahole-9999.ebuild +++ b/dev-util/pahole/pahole-9999.ebuild @@ -71,8 +71,3 @@ src_prepare() { cmake_src_prepare python_fix_shebang ostra/ostra-cg ostra/python/ostra.py } - -src_configure() { - local mycmakeargs=( "-D__LIB=$(get_libdir)" ) - cmake_src_configure -}
