Сравнение xalan-c-1.12-r2 с xalan-c-9999
/usr/portage/dev-libs/xalan-c/xalan-c-9999.ebuild 2023-10-09 14:52:29.772368357 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
16 | 16 |
else |
17 | 17 |
inherit verify-sig |
18 | 18 |
SRC_URI=" |
19 |
https://dlcdn.apache.org/xalan/xalan-c/sources/${MY_PN}-${PV}.tar.gz |
|
19 |
mirror://apache/xalan/xalan-c/sources/${MY_PN}-${PV}.tar.gz |
|
20 | 20 |
verify-sig? ( https://dlcdn.apache.org/xalan/xalan-c/sources/${MY_PN}-${PV}.tar.gz.asc ) |
21 | 21 |
" |
22 | 22 |
VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/apache-xalan-c.asc |
23 | 23 | |
24 | 24 |
SLOT="0/$(ver_cut 1-2)" |
25 |
KEYWORDS="amd64 ~ppc x86" |
|
25 |
KEYWORDS="~amd64 ~ppc ~x86" |
|
26 | 26 |
S="${WORKDIR}/${MY_PN}-${PV}" |
27 | 27 |
BDEPEND=" |
28 | 28 |
verify-sig? ( sec-keys/openpgp-keys-apache-xalan-c ) |
... | ... | |
42 | 42 |
" |
43 | 43 | |
44 | 44 |
PATCHES=( |
45 |
"${FILESDIR}"/${P}-fix-lto.patch |
|
46 |
"${FILESDIR}"/${P}-fix-threads.patch |
|
45 |
"${FILESDIR}"/${PN}-1.12-fix-lto.patch |
|
47 | 46 |
) |
48 | 47 | |
49 | 48 |
src_configure() { |