Сравнение ncurses-6.4_p20230401 с ncurses-6.4_p20230527
/usr/portage/sys-libs/ncurses/ncurses-6.4_p20230527.ebuild 2023-10-09 14:52:35.560368503 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
# sys-libs/ncurses-compat can be bumped with sys-libs/ncurses as upstream |
|
7 |
# provide a configure option for the ABI version. |
|
8 | ||
6 | 9 |
VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/thomasdickey.asc |
7 | 10 |
inherit flag-o-matic toolchain-funcs multilib multilib-minimal preserve-libs usr-ldscript verify-sig |
8 | 11 | |
... | ... | |
19 | 22 |
" |
20 | 23 | |
21 | 24 |
GENTOO_PATCH_DEV=sam |
22 |
GENTOO_PATCH_PV=6.4_p20230408 |
|
25 |
GENTOO_PATCH_PV=6.4_p20230527 |
|
23 | 26 |
GENTOO_PATCH_NAME=${PN}-${GENTOO_PATCH_PV}-patches |
24 | 27 | |
25 | 28 |
# Populated below in a loop. Do not add patches manually here. |
... | ... | |
48 | 51 |
20230218 |
49 | 52 |
20230225 |
50 | 53 |
20230311 |
54 |
20230401 |
|
55 |
20230408 |
|
56 |
20230415 |
|
57 |
20230418 |
|
58 |
20230423 |
|
59 |
20230424 |
|
60 |
20230429 |
|
61 |
20230506 |
|
62 |
20230514 |
|
63 |
20230520 |
|
51 | 64 | |
52 | 65 |
# Latest patch is just _pN = $(ver_cut 4) |
53 | 66 |
$(ver_cut 4) |
... | ... | |
88 | 101 |
LICENSE="MIT" |
89 | 102 |
# The subslot reflects the SONAME. |
90 | 103 |
SLOT="0/6" |
91 |
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" |
|
104 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" |
|
92 | 105 |
IUSE="ada +cxx debug doc gpm minimal profile split-usr +stack-realign static-libs test tinfo trace" |
93 | 106 |
RESTRICT="!test? ( test )" |
94 | 107 | |
... | ... | |
235 | 248 |
# The configure script uses ldd to parse the linked output which |
236 | 249 |
# is flaky for cross-compiling/multilib/ldd versions/etc... |
237 | 250 |
$(use_with gpm gpm libgpm.so.1) |
238 |
# Required for building on mingw-w64, and possibly other windows |
|
239 |
# platforms, bug #639670 |
|
240 | 251 |
--disable-term-driver |
241 | 252 |
--disable-termcap |
242 | 253 |
--enable-symlinks |