|
|
| |
# eutils must be inherited since get_libdir() is only | # eutils must be inherited since get_libdir() is only |
# globally available on baselayout-1.11 (still on ~arch) | # globally available on baselayout-1.11 (still on ~arch) |
inherit eutils java-pkg |
inherit eutils java-pkg flag-o-matic |
| |
MY_PN="${PN/pdf/PDF}-Lite" | MY_PN="${PN/pdf/PDF}-Lite" |
MY_P="${MY_PN}-${PV}" | MY_P="${MY_PN}-${PV}" |
|
|
src_compile() { | src_compile() { |
local myconf= | local myconf= |
| |
|
# Bug #87004 |
|
filter-flags -mcpu=* |
|
filter-flags -mtune=* |
|
|
PYVER="$(/usr/bin/python -V 2>&1 | cut -d ' ' -f 2 | cut -d '.' -f 1,2)" | PYVER="$(/usr/bin/python -V 2>&1 | cut -d ' ' -f 2 | cut -d '.' -f 1,2)" |
# Necessary for multilib on amd64. Please keep this in future releases. | # Necessary for multilib on amd64. Please keep this in future releases. |
# BUG #81197 | # BUG #81197 |