Diff libltdl-2.4.7 with a libltdl-2.4.7-r1

/usr/portage/dev-libs/libltdl/libltdl-2.4.7-r1.ebuild 2023-10-09 14:52:29.520368351 +0300
1 1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI="7"
5 5

  
6 6
# Please bump with sys-devel/libtool.
7 7

  
8
inherit multilib-minimal
8
inherit multilib-minimal flag-o-matic
9 9

  
10 10
MY_P="libtool-${PV}"
11 11

  
......
23 23
BDEPEND="app-arch/xz-utils"
24 24

  
25 25
multilib_src_configure() {
26
	ECONF_SOURCE="${S}" econf \
26
	append-lfs-flags
27
	ECONF_SOURCE="${S}" \
28
	econf \
27 29
		--enable-ltdl-install \
28 30
		$(use_enable static-libs static)
29 31
}
Thank you!