diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-07 22:47:43 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-07 22:47:43 +0000 |
commit | 25ce61cef394524a648405d4edb0b88e3742ee3c (patch) | |
tree | 072b01c0925daf1a1d1deb59085e1601bc9f6dd4 /media-libs/t1lib | |
parent | fix the inherit (Manifest recommit) (diff) | |
download | gentoo-2-25ce61cef394524a648405d4edb0b88e3742ee3c.tar.gz gentoo-2-25ce61cef394524a648405d4edb0b88e3742ee3c.tar.bz2 gentoo-2-25ce61cef394524a648405d4edb0b88e3742ee3c.zip |
Fix use invocation
Diffstat (limited to 'media-libs/t1lib')
-rw-r--r-- | media-libs/t1lib/ChangeLog | 3 | ||||
-rw-r--r-- | media-libs/t1lib/t1lib-5.0.0-r2.ebuild | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/media-libs/t1lib/ChangeLog b/media-libs/t1lib/ChangeLog index 7c85e3f9f298..6bbb7ad9ee99 100644 --- a/media-libs/t1lib/ChangeLog +++ b/media-libs/t1lib/ChangeLog @@ -2,6 +2,9 @@ # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 # /space/gentoo/cvsroot/gentoo-x86/media-libs/t1lib/ChangeLog,v 1.2 2002/04/16 01:14:04 seemant Exp + 07 Jun 2004; Aron Griffis <agriffis@gentoo.org> t1lib-5.0.0-r2.ebuild: + Fix use invocation + 11 May 2004; Michael McCabe <randy@gentoo.org> t1lib-5.0.2.ebuild: Added s390 keywords diff --git a/media-libs/t1lib/t1lib-5.0.0-r2.ebuild b/media-libs/t1lib/t1lib-5.0.0-r2.ebuild index 2bc3f1e04760..47253892399c 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-2004 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.11 2004/02/10 19:24:12 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/t1lib/t1lib-5.0.0-r2.ebuild,v 1.12 2004/06/07 22:47:43 agriffis Exp $ inherit gnuconfig flag-o-matic @@ -67,7 +67,7 @@ src_install() { cd .. dodoc Changes LGPL LICENSE README* - if [ `use doc` ] ; then + if use doc ; then cd doc insinto /usr/share/doc/${PF} doins *.pdf *.dvi |