diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2006-10-30 06:13:48 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2006-10-30 06:13:48 +0000 |
commit | 27f31fcb217d45dd179367f4034f2bf152eb3e0a (patch) | |
tree | f36ee14ba3f15a2a8e69b9b90d5bfae944df6456 /eclass/font.eclass | |
parent | Start using font.eclass: Replace create_font_cache() code with a call to font... (diff) | |
download | gentoo-2-27f31fcb217d45dd179367f4034f2bf152eb3e0a.tar.gz gentoo-2-27f31fcb217d45dd179367f4034f2bf152eb3e0a.tar.bz2 gentoo-2-27f31fcb217d45dd179367f4034f2bf152eb3e0a.zip |
Simplify fonts.scale and fonts.dir generation a bit -- stop using ttmkfdir, always use mkfontscale. Also, run from the build system since they are in DEPEND and not RDEPEND.
Diffstat (limited to 'eclass/font.eclass')
-rw-r--r-- | eclass/font.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/font.eclass b/eclass/font.eclass index 2570d0a49431..00d82ec940a2 100644 --- a/eclass/font.eclass +++ b/eclass/font.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/font.eclass,v 1.20 2006/10/30 05:56:11 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/font.eclass,v 1.21 2006/10/30 06:13:48 dberkholz Exp $ # Author: foser <foser@gentoo.org> |