Решение:
Код:
I modified the ebuild file and made my owm overlay, and it works.
The problem is because of something done by autoconf, so just comment out
'eautoconfig' in ebuild file.
=============== Part of scim-1.4.7-r1.ebuild =============
src_unpack() {
unpack ${A}
cd "${S}"
if use doc ; then
local xsl=$(ls -1d /usr/share/sgml/docbook/xsl-stylesheets* |
head -n 1)
sed -i -e "s:/usr/share/sgml/docbook/xsl-stylesheets:${xsl}:"
configure.ac || die
fi
# eautoconfig
}