summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2006-06-28 23:32:56 +0000
committerLuca Longinotti <chtekk@gentoo.org>2006-06-28 23:32:56 +0000
commit16251b51b16e86faf757b9d204cebb2827905057 (patch)
tree7f25b59e0e729cce6eeef6cc0d647b475cedb232 /media-libs/pdflib/pdflib-5.0.4_p1-r1.ebuild
parentMarked ~alpha wrt #135585 (diff)
downloadgentoo-2-16251b51b16e86faf757b9d204cebb2827905057.tar.gz
gentoo-2-16251b51b16e86faf757b9d204cebb2827905057.tar.bz2
gentoo-2-16251b51b16e86faf757b9d204cebb2827905057.zip
Fix bug #87004.
(Portage version: 2.1.1_pre1-r2)
Diffstat (limited to 'media-libs/pdflib/pdflib-5.0.4_p1-r1.ebuild')
-rw-r--r--media-libs/pdflib/pdflib-5.0.4_p1-r1.ebuild10
1 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/pdflib/pdflib-5.0.4_p1-r1.ebuild b/media-libs/pdflib/pdflib-5.0.4_p1-r1.ebuild
index d5c56ebfc1dc..0fd87558292b 100644
--- a/media-libs/pdflib/pdflib-5.0.4_p1-r1.ebuild
+++ b/media-libs/pdflib/pdflib-5.0.4_p1-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/pdflib/pdflib-5.0.4_p1-r1.ebuild,v 1.6 2005/03/02 23:22:27 j4rg0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/pdflib/pdflib-5.0.4_p1-r1.ebuild,v 1.7 2006/06/28 23:32:56 chtekk Exp $
# 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_PV="${PV/_p1/p1}"
@@ -28,6 +28,10 @@ DEPEND=">=sys-apps/sed-4
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