Diff autoconf-2.71-r1 with a autoconf-2.71-r5
/usr/portage/sys-devel/autoconf/autoconf-2.71-r5.ebuild 2023-10-09 14:52:35.472368501 +0300 | ||
---|---|---|
26 | 26 |
DESCRIPTION="Used to create autoconfiguration files" |
27 | 27 |
HOMEPAGE="https://www.gnu.org/software/autoconf/autoconf.html" |
28 | 28 | |
29 |
LICENSE="GPL-3" |
|
29 |
LICENSE="GPL-3+" |
|
30 | 30 |
SLOT="${PV/_*}" |
31 | 31 |
IUSE="emacs" |
32 | 32 | |
... | ... | |
41 | 41 |
[[ ${PV} == 9999 ]] && BDEPEND+=" >=sys-apps/texinfo-4.3" |
42 | 42 |
PDEPEND="emacs? ( app-emacs/autoconf-mode )" |
43 | 43 | |
44 |
PATCHES=( "${FILESDIR}/${P}-time.patch" ) |
|
44 |
PATCHES=( |
|
45 |
"${FILESDIR}"/${P}-AC_LANG_CALL_C_cxx.patch |
|
46 |
"${FILESDIR}"/${P}-time.patch |
|
47 |
"${FILESDIR}"/${P}-AC_C_BIGENDIAN-lto.patch |
|
48 |
"${FILESDIR}"/${P}-K-R-decls-clang.patch |
|
49 |
"${FILESDIR}"/${P}-make-4.4.patch |
|
50 |
"${FILESDIR}"/${P}-K-R-decls-clang-deux.patch |
|
51 |
) |
|
45 | 52 | |
46 | 53 |
TC_AUTOCONF_BREAK_INFOS=yes |
47 | 54 |