diff options
author | Ryan Hill <rhill@gentoo.org> | 2009-08-22 20:26:30 +0000 |
---|---|---|
committer | Ryan Hill <rhill@gentoo.org> | 2009-08-22 20:26:30 +0000 |
commit | 1ef22944fc02334ce4ec5caa10d550fa5f4ac80c (patch) | |
tree | 2690b6446c026448b354914f9650e3b1dfa4b17b /media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.0.ebuild | |
parent | Add Debian's bash-completion module. (diff) | |
download | historical-1ef22944fc02334ce4ec5caa10d550fa5f4ac80c.tar.gz historical-1ef22944fc02334ce4ec5caa10d550fa5f4ac80c.tar.bz2 historical-1ef22944fc02334ce4ec5caa10d550fa5f4ac80c.zip |
Override FONT_OPTIONS to install typefaces into correct directories. Bug
#190242 by El SpanKY.
Package-Manager: portage-2.2_rc39/cvs/Linux x86_64
Diffstat (limited to 'media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.0.ebuild')
-rw-r--r-- | media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.0.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.0.ebuild b/media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.0.ebuild index 22df182189f6..133fdb570cab 100644 --- a/media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.0.ebuild +++ b/media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.0.ebuild,v 1.15 2009/07/06 21:43:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.0.ebuild,v 1.16 2009/08/22 20:26:30 dirtyepic Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -16,6 +16,5 @@ DEPEND="${RDEPEND} x11-apps/bdftopcf >=media-fonts/font-util-0.99.2" -CONFIGURE_OPTIONS="--with-mapfiles=${XDIR}/share/fonts/util - --with-ttf-fontdir=/usr/share/fonts/TTF - --with-otf-fontdir=/usr/share/fonts/OTF" +CONFIGURE_OPTIONS="--with-mapfiles=${XDIR}/share/fonts/util" +FONT_OPTIONS="--with-ttf-fontdir=/usr/share/fonts/TTF --with-otf-fontdir=/usr/share/fonts/OTF" |