Diff texinfo-7.0.93 with a texinfo-9999
/usr/portage/sys-apps/texinfo/texinfo-9999.ebuild 2023-10-09 14:52:35.412368499 +0300 | ||
---|---|---|
38 | 38 |
>=sys-libs/ncurses-5.2-r2:= |
39 | 39 |
virtual/perl-Data-Dumper |
40 | 40 |
virtual/perl-Encode |
41 |
virtual/perl-Unicode-Collate |
|
42 | 41 |
standalone? ( >=dev-lang/perl-5.8.1 ) |
43 |
!standalone? ( |
|
44 |
>=dev-lang/perl-5.8.1:= |
|
45 |
dev-libs/libunistring:= |
|
46 |
) |
|
42 |
!standalone? ( >=dev-lang/perl-5.8.1:= ) |
|
47 | 43 |
nls? ( virtual/libintl ) |
48 | 44 |
" |
49 | 45 |
DEPEND="${RDEPEND}" |
... | ... | |
76 | 72 | |
77 | 73 |
use static && append-ldflags -static |
78 | 74 | |
79 |
# TODO: |
|
80 |
# --with-external-Unicode-EastAsianWidth |
|
81 |
# --with-external-Text-Unidecode |
|
82 |
# |
|
83 |
# Also, 7.0.91 seemed to introduce a included-libunistring w/ USE=-standalone |
|
84 |
# but it doesn't seem to do anything? |
|
85 | 75 |
local myeconfargs=( |
86 | 76 |
--cache-file="${S}"/config.cache |
87 | 77 |
$(use_enable nls) |