diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-02 16:42:19 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-02 16:42:19 +0000 |
commit | f960963ceb7a618fafa7202fad9dc6882a814a4b (patch) | |
tree | 40698a608e578de3485ab1082cb2e06c203ba2a6 /app-text/active-dvi | |
parent | update to fix format string problem in panic() handler (Manifest recommit) (diff) | |
download | gentoo-2-f960963ceb7a618fafa7202fad9dc6882a814a4b.tar.gz gentoo-2-f960963ceb7a618fafa7202fad9dc6882a814a4b.tar.bz2 gentoo-2-f960963ceb7a618fafa7202fad9dc6882a814a4b.zip |
Fix use invocation
Diffstat (limited to 'app-text/active-dvi')
-rw-r--r-- | app-text/active-dvi/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/active-dvi/active-dvi-1.4.0.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-text/active-dvi/ChangeLog b/app-text/active-dvi/ChangeLog index cd6a47e731fd..bed20a606554 100644 --- a/app-text/active-dvi/ChangeLog +++ b/app-text/active-dvi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/active-dvi # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v 1.4 2004/04/26 13:51:57 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v 1.5 2004/06/02 16:39:05 agriffis Exp $ + + 02 Jun 2004; Aron Griffis <agriffis@gentoo.org> active-dvi-1.4.0.ebuild: + Fix use invocation 26 Apr 2004; Mamoru KOMACHI <usata@gentoo.org> active-dvi-1.4.0.ebuild: Marked stable on x86 diff --git a/app-text/active-dvi/active-dvi-1.4.0.ebuild b/app-text/active-dvi/active-dvi-1.4.0.ebuild index e0d1e42cbe32..b6d9c6fd2d16 100644 --- a/app-text/active-dvi/active-dvi-1.4.0.ebuild +++ b/app-text/active-dvi/active-dvi-1.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.4.0.ebuild,v 1.4 2004/04/26 13:51:57 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.4.0.ebuild,v 1.5 2004/06/02 16:39:05 agriffis Exp $ MY_PN=${PN/ctive-/} MY_P=${MY_PN}-${PV} @@ -28,7 +28,7 @@ pkg_setup() { # warn those who have USE="tcltk" but no ocaml tcltk support # because we cant force ocaml to be build with tcltk. - if [ `use tcltk` ]; then + if use tcltk; then if [ ! -d /usr/lib/ocaml/labltk ]; then echo "" @@ -56,7 +56,7 @@ src_unpack() { # the sandbox if we try and run it during emerge sed -i -e "s/texhash//" ${S}/Makefile - if [ -n "`use cjk`" ] ; then + if use cjk ; then local fp=/usr/X11R6/lib/X11/fonts/truetype sed -i -e "s%msmincho.ttc%${fp}/kochi-mincho-subst.ttf%g" \ -e "s%msgothic.ttc%${fp}/kochi-gothic-subst.ttf%g" \ @@ -93,7 +93,7 @@ src_install() { pkg_postinst() { - if [ `use cjk` ]; then + if use cjk; then echo "" einfo "If you wish to use Japanese True Type fonts with" |