summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gardiner <obz@gentoo.org>2004-12-10 13:11:01 +0000
committerMike Gardiner <obz@gentoo.org>2004-12-10 13:11:01 +0000
commitcc598bf6c7274524af32085118eb85dacb1af2aa (patch)
tree19dadcc836b5d0d3a2618152ebd81e8d48675ab1
parentStable on hppa. (Manifest recommit) (diff)
downloadgentoo-2-cc598bf6c7274524af32085118eb85dacb1af2aa.tar.gz
gentoo-2-cc598bf6c7274524af32085118eb85dacb1af2aa.tar.bz2
gentoo-2-cc598bf6c7274524af32085118eb85dacb1af2aa.zip
Don't compile the test-files, see bug #73882. They cause tex problems
-rw-r--r--app-text/gpdf/ChangeLog5
-rw-r--r--app-text/gpdf/gpdf-2.8.1.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/app-text/gpdf/ChangeLog b/app-text/gpdf/ChangeLog
index e9fd1d3f0fcf..3941273aa7df 100644
--- a/app-text/gpdf/ChangeLog
+++ b/app-text/gpdf/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/gpdf
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gpdf/ChangeLog,v 1.58 2004/12/08 02:32:31 obz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gpdf/ChangeLog,v 1.59 2004/12/10 13:11:01 obz Exp $
+
+ 10 Dec 2004; Mike Gardiner <obz@gentoo.org> gpdf-2.8.1.ebuild:
+ Don't compile the test-files, see bug #73882. They cause tex problems
*gpdf-2.8.1 (08 Dec 2004)
diff --git a/app-text/gpdf/gpdf-2.8.1.ebuild b/app-text/gpdf/gpdf-2.8.1.ebuild
index a787a2227abb..fb2bd312df94 100644
--- a/app-text/gpdf/gpdf-2.8.1.ebuild
+++ b/app-text/gpdf/gpdf-2.8.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gpdf/gpdf-2.8.1.ebuild,v 1.1 2004/12/08 02:32:31 obz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gpdf/gpdf-2.8.1.ebuild,v 1.2 2004/12/10 13:11:01 obz Exp $
inherit gnome2 flag-o-matic
@@ -38,5 +38,7 @@ src_unpack() {
cd ${S}
# fix sec vuln (#69662)
epatch ${FILESDIR}/${PN}-xpdf_goo_sizet.patch
+ # disable the tests, see bug #73882
+ sed -i -e "s:test-files::" Makefile.in
}