Diff texinfo-7.0.90 with a texinfo-7.0.92
/usr/portage/sys-apps/texinfo/texinfo-7.0.92.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 |
|
41 | 42 |
standalone? ( >=dev-lang/perl-5.8.1 ) |
42 |
!standalone? ( >=dev-lang/perl-5.8.1:= ) |
|
43 |
!standalone? ( |
|
44 |
>=dev-lang/perl-5.8.1:= |
|
45 |
dev-libs/libunistring:= |
|
46 |
) |
|
43 | 47 |
nls? ( virtual/libintl ) |
44 | 48 |
" |
45 | 49 |
DEPEND="${RDEPEND}" |
... | ... | |
72 | 76 | |
73 | 77 |
use static && append-ldflags -static |
74 | 78 | |
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? |
|
75 | 85 |
local myeconfargs=( |
76 | 86 |
--cache-file="${S}"/config.cache |
77 | 87 |
$(use_enable nls) |