Сравнение autoconf-2.69-r5 с autoconf-2.69-r8
/usr/portage/sys-devel/autoconf/autoconf-2.69-r8.ebuild 2023-10-09 14:52:35.472368501 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=7 |
5 | 5 | |
6 |
if [[ ${PV} == "9999" ]] ; then |
|
6 |
if [[ ${PV} == 9999 ]] ; then |
|
7 | 7 |
EGIT_REPO_URI="https://git.savannah.gnu.org/git/autoconf.git" |
8 | 8 |
inherit git-r3 |
9 | 9 |
else |
... | ... | |
22 | 22 |
SLOT="${PV}" |
23 | 23 |
IUSE="emacs" |
24 | 24 | |
25 |
BDEPEND=">=sys-devel/m4-1.4.16 |
|
26 |
>=dev-lang/perl-5.6" |
|
27 |
RDEPEND="${BDEPEND} |
|
25 |
BDEPEND=" |
|
26 |
>=sys-devel/m4-1.4.16 |
|
27 |
>=dev-lang/perl-5.6 |
|
28 |
" |
|
29 |
RDEPEND=" |
|
30 |
${BDEPEND} |
|
31 |
>=sys-devel/autoconf-wrapper-13 |
|
28 | 32 |
!~sys-devel/${P}:2.5 |
29 |
>=sys-devel/autoconf-wrapper-13" |
|
30 |
[[ ${PV} == "9999" ]] && BDEPEND+=" >=sys-apps/texinfo-4.3" |
|
33 |
" |
|
34 | ||
35 |
[[ ${PV} == 9999 ]] && BDEPEND+=" >=sys-apps/texinfo-4.3" |
|
36 | ||
31 | 37 |
PDEPEND="emacs? ( app-emacs/autoconf-mode )" |
32 | 38 | |
33 | 39 |
PATCHES=( |
... | ... | |
35 | 41 |
"${FILESDIR}"/${P}-fix-libtool-test.patch |
36 | 42 |
"${FILESDIR}"/${PN}-2.69-perl-5.26-2.patch |
37 | 43 |
"${FILESDIR}"/${P}-make-tests-bash5-compatible.patch |
44 |
"${FILESDIR}"/${P}-K-R-decls-clang.patch |
|
38 | 45 | |
39 |
"${WORKDIR}"/patches/${P}-runstatedir.patch |
|
40 | 46 |
"${WORKDIR}"/patches/${P}-texinfo.patch |
41 |
"${WORKDIR}"/patches/${P}-runstatedir_info.patch |
|
42 | 47 |
) |
43 | 48 | |
44 | 49 |
TC_AUTOCONF_BREAK_INFOS=yes |