summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2008-05-13 11:27:38 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2008-05-13 11:27:38 +0000
commit473145a9a2b36da2c73635300087fd4c4e464fb2 (patch)
tree114d3c3a107518dd8ea5cfb04c1e56cae3ca9685 /media-gfx/sane-backends/sane-backends-1.0.18-r6.ebuild
parentadd clisp hyperspec flag (diff)
downloadgentoo-2-473145a9a2b36da2c73635300087fd4c4e464fb2.tar.gz
gentoo-2-473145a9a2b36da2c73635300087fd4c4e464fb2.tar.bz2
gentoo-2-473145a9a2b36da2c73635300087fd4c4e464fb2.zip
Removing obsolete versions + cleaner solution for TeX-font-problems.
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-gfx/sane-backends/sane-backends-1.0.18-r6.ebuild')
-rw-r--r--media-gfx/sane-backends/sane-backends-1.0.18-r6.ebuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/media-gfx/sane-backends/sane-backends-1.0.18-r6.ebuild b/media-gfx/sane-backends/sane-backends-1.0.18-r6.ebuild
index ca75f415e3de..76c3604086e4 100644
--- a/media-gfx/sane-backends/sane-backends-1.0.18-r6.ebuild
+++ b/media-gfx/sane-backends/sane-backends-1.0.18-r6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.18-r6.ebuild,v 1.7 2008/04/14 23:20:00 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.18-r6.ebuild,v 1.8 2008/05/13 11:27:37 phosphan Exp $
inherit eutils
@@ -92,10 +92,6 @@ src_unpack() {
cd "${S}"
- #only generate the .ps and not the fonts
- sed -i -e 's:$(DVIPS) sane.dvi -o sane.ps:$(DVIPS) sane.dvi -M1 -o sane.ps:' \
- doc/Makefile.in
-
if ! use doc; then
sed -i -e 's:@USE_LATEX@:no:' doc/Makefile.in
fi
@@ -118,7 +114,7 @@ src_compile() {
$(use_enable ipv6) \
${myconf} || die "econf failed"
- emake || die
+ emake VARTEXFONTS="${T}/fonts" || die
if use usb; then
cd tools/hotplug