summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-07-11 15:08:07 +0000
committerSven Wegener <swegener@gentoo.org>2005-07-11 15:08:07 +0000
commita18b8c502d697dde5b46e9fa54867d99d8528c63 (patch)
tree5e3d3675e2764dc2b1589043df9a5864c250ca17 /eclass/font.eclass
parentUpdate to support selinux USE flag (blame spb). (diff)
downloadhistorical-a18b8c502d697dde5b46e9fa54867d99d8528c63.tar.gz
historical-a18b8c502d697dde5b46e9fa54867d99d8528c63.tar.bz2
historical-a18b8c502d697dde5b46e9fa54867d99d8528c63.zip
QA: Apply whitespace checks from repoman to eclasses.
Diffstat (limited to 'eclass/font.eclass')
-rw-r--r--eclass/font.eclass11
1 files changed, 5 insertions, 6 deletions
diff --git a/eclass/font.eclass b/eclass/font.eclass
index 68cc2d4805ba..e4ceffb955c5 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.14 2005/07/06 20:23:20 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/font.eclass,v 1.15 2005/07/11 15:08:06 swegener Exp $
# Author: foser <foser@gentoo.org>
@@ -21,13 +21,12 @@ FONT_S="${S}" # Dir containing the fonts
DOCS="" # Docs to install
-IUSE="${IUSE} X"
+IUSE="X"
-DEPEND="${DEPEND} \
- X? ( virtual/x11 ) \
+DEPEND="X? ( virtual/x11 )
media-libs/fontconfig"
-#
+#
# Public functions
#
@@ -69,7 +68,7 @@ font_src_install() {
cd "${FONT_S}"
insinto "/usr/share/fonts/${PN}"
-
+
for suffix in ${FONT_SUFFIX}; do
doins *.${suffix}
done