--- /usr/portage/media-libs/pdflib/pdflib-6.0.1.ebuild 2005-05-24 16:53:27.000000000 -0600 +++ overlay/media-libs/pdflib/pdflib-6.0.1.ebuild 2006-04-29 19:44:07.000000000 -0600 @@ -4,7 +4,7 @@ # eutils must be inherited since get_libdir() is only # 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_P="${MY_PN}-${PV}" @@ -27,6 +27,10 @@ src_compile() { 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)" # Necessary for multilib on amd64. Please keep this in future releases. # BUG #81197