View | Details | Raw Unified
Collapse All | Expand All

(-) /usr/portage/media-libs/pdflib/pdflib-6.0.1.ebuild (-1 / +5 lines)
 Lines 4-10    Link Here 
# 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}"
 Lines 27-32    Link Here 
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