Diff libmd-1.0.4 with a libmd-1.1.0
/usr/portage/app-crypt/libmd/libmd-1.1.0.ebuild 2023-10-09 14:52:28.236368318 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
inherit autotools multilib-minimal |
|
6 |
inherit multilib-minimal |
|
7 | 7 | |
8 | 8 |
DESCRIPTION="Message Digest functions from BSD systems" |
9 | 9 |
HOMEPAGE="https://www.hadrons.org/software/libmd/" |
... | ... | |
13 | 13 |
SLOT="0" |
14 | 14 |
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" |
15 | 15 | |
16 |
PATCHES=( |
|
17 |
"${FILESDIR}/${P}-fix-version-script-linker-support-detection.patch" |
|
18 |
) |
|
19 | ||
20 |
src_prepare() { |
|
21 |
default |
|
22 | ||
23 |
# Drop on next release, only needed for lld patch |
|
24 |
eautoreconf |
|
25 |
} |
|
26 | ||
27 | 16 |
multilib_src_configure() { |
28 | 17 |
ECONF_SOURCE="${S}" econf |
29 | 18 |
} |