Сравнение libmd-1.0.4 с libmd-1.1.0
| /usr/portage/app-crypt/libmd/libmd-1.1.0.ebuild 2024-12-25 14:59:47.047270038 +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 ~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 |
} |