summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-06 23:59:55 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-06 23:59:55 +0000
commitf9c3248315f53107578d56c02f11d42c3afbbe97 (patch)
tree3c98e357597e3f41cab2af7136f59ef4da770c3b /media-libs/t1lib/t1lib-5.0.0-r2.ebuild
parentrepoman: trim trailing whitespace (diff)
downloadgentoo-2-f9c3248315f53107578d56c02f11d42c3afbbe97.tar.gz
gentoo-2-f9c3248315f53107578d56c02f11d42c3afbbe97.tar.bz2
gentoo-2-f9c3248315f53107578d56c02f11d42c3afbbe97.zip
repoman: trim trailing whitespace
Diffstat (limited to 'media-libs/t1lib/t1lib-5.0.0-r2.ebuild')
-rw-r--r--media-libs/t1lib/t1lib-5.0.0-r2.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/t1lib/t1lib-5.0.0-r2.ebuild b/media-libs/t1lib/t1lib-5.0.0-r2.ebuild
index 629a7fb61eea..de8a0470b353 100644
--- a/media-libs/t1lib/t1lib-5.0.0-r2.ebuild
+++ b/media-libs/t1lib/t1lib-5.0.0-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/t1lib/t1lib-5.0.0-r2.ebuild,v 1.2 2003/08/15 13:04:39 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/t1lib/t1lib-5.0.0-r2.ebuild,v 1.3 2003/09/06 23:59:49 msterret Exp $
inherit gnuconfig
@@ -36,10 +36,10 @@ src_compile() {
use X \
&& myconf="--with-x" \
|| myconf="--without-x"
-
+
use tetex \
|| myopt="without_doc"
- echo `pwd`
+ echo `pwd`
econf ${myconf} || die
make ${myopt} || die
}
@@ -76,7 +76,7 @@ src_install() {
pkg_postinst () {
- ewarn
+ ewarn
ewarn "You must rebuild other packages depending on t1lib."
ewarn "You may use revdep-rebuild (from app-portage/gentoolkit)"
ewarn "to do all necessary tricks."