diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2008-05-24 00:41:21 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2008-05-24 00:41:21 +0000 |
commit | 9fad7d7a72a3891c3d50dc8ec275e32797337b02 (patch) | |
tree | 48074e4a19ff5cf9f1349edde22baa3f03a771be /media-libs/t1lib/t1lib-5.1.1.ebuild | |
parent | Version bump. Bugfixes, lots of bugfixes... (diff) | |
download | gentoo-2-9fad7d7a72a3891c3d50dc8ec275e32797337b02.tar.gz gentoo-2-9fad7d7a72a3891c3d50dc8ec275e32797337b02.tar.bz2 gentoo-2-9fad7d7a72a3891c3d50dc8ec275e32797337b02.zip |
Change addwrite to VARTEXFONTS for bug #221921.
(Portage version: 2.2_pre7/cvs/Linux 2.6.25-gentoo-r3 Intel(R) Core(TM)2 Duo CPU T9300 @ 2.50GHz)
Diffstat (limited to 'media-libs/t1lib/t1lib-5.1.1.ebuild')
-rw-r--r-- | media-libs/t1lib/t1lib-5.1.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/t1lib/t1lib-5.1.1.ebuild b/media-libs/t1lib/t1lib-5.1.1.ebuild index 935809636413..8516be3c8d6d 100644 --- a/media-libs/t1lib/t1lib-5.1.1.ebuild +++ b/media-libs/t1lib/t1lib-5.1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/t1lib/t1lib-5.1.1.ebuild,v 1.7 2007/10/15 12:55:21 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/t1lib/t1lib-5.1.1.ebuild,v 1.8 2008/05/24 00:41:21 dirtyepic Exp $ inherit eutils flag-o-matic libtool toolchain-funcs @@ -43,7 +43,7 @@ src_compile() { if ! use doc; then myopt="without_doc" else - addwrite /var/cache/fonts + VARTEXFONTS=${T}/fonts fi econf \ |