diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2007-09-16 03:32:49 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2007-09-16 03:32:49 +0000 |
commit | 4043c7e9c9ded6cfd3d06f3108f77240b788034a (patch) | |
tree | afcee5309cce19ec5d191f1989bf5b900891e548 /media-fonts/vc-fonts/vc-fonts-20020207-r2.ebuild | |
parent | Let eclass handle FONT_SUFFIX. (diff) | |
download | gentoo-2-4043c7e9c9ded6cfd3d06f3108f77240b788034a.tar.gz gentoo-2-4043c7e9c9ded6cfd3d06f3108f77240b788034a.tar.bz2 gentoo-2-4043c7e9c9ded6cfd3d06f3108f77240b788034a.zip |
Install bdf if USE="-X".
(Portage version: 2.1.3.9)
Diffstat (limited to 'media-fonts/vc-fonts/vc-fonts-20020207-r2.ebuild')
-rw-r--r-- | media-fonts/vc-fonts/vc-fonts-20020207-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-fonts/vc-fonts/vc-fonts-20020207-r2.ebuild b/media-fonts/vc-fonts/vc-fonts-20020207-r2.ebuild index 8e7be626e84c..2c6ed8db0896 100644 --- a/media-fonts/vc-fonts/vc-fonts-20020207-r2.ebuild +++ b/media-fonts/vc-fonts/vc-fonts-20020207-r2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/vc-fonts/vc-fonts-20020207-r2.ebuild,v 1.4 2007/09/14 16:54:36 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/vc-fonts/vc-fonts-20020207-r2.ebuild,v 1.5 2007/09/16 03:32:49 dirtyepic Exp $ -inherit font-ebdftopcf font +inherit font font-ebdftopcf DESCRIPTION="Vico bitmap Fonts" SRC_URI="http://vico.kleinplanet.de/files/${P}.tar.bz2 @@ -15,10 +15,10 @@ SLOT=0 IUSE="" S="${WORKDIR}/vc" -FONT_SUFFIX="pcf.gz" FONT_S="${S}" FONT_PN="vc" FONTDIR="/usr/share/fonts/${FONT_PN}" +FONT_SUFFIX="bdf pcf.gz" #Only installs fonts RESTRICT="strip binchecks" |