Diff libxml2-2.11.4 with a libxml2-2.11.5
/usr/portage/dev-libs/libxml2/libxml2-2.11.5.ebuild 2023-10-09 14:52:29.536368351 +0300 | ||
---|---|---|
23 | 23 |
inherit autotools git-r3 |
24 | 24 |
else |
25 | 25 |
inherit gnome.org libtool |
26 |
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" |
|
26 |
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" |
|
27 | 27 |
fi |
28 | 28 | |
29 | 29 |
SRC_URI+=" |
... | ... | |
102 | 102 |
# Filter seemingly problematic CFLAGS (bug #26320) |
103 | 103 |
filter-flags -fprefetch-loop-arrays -funroll-loops |
104 | 104 | |
105 |
# Workaround for too simplistic iconv check already addressed |
|
106 |
# upstream (bug #907065), should be dropped on next release. |
|
107 |
if [[ ${CHOST} == *-solaris* ]] ; then |
|
108 |
append-libs iconv |
|
109 |
fi |
|
110 | ||
111 | 105 |
# Notes: |
112 | 106 |
# The meaning of the 'debug' USE flag does not apply to the --with-debug |
113 | 107 |
# switch (enabling the libxml2 debug module). See bug #100898. |