diff options
author | Matt Keadle <mkeadle@gentoo.org> | 2003-06-01 20:04:02 +0000 |
---|---|---|
committer | Matt Keadle <mkeadle@gentoo.org> | 2003-06-01 20:04:02 +0000 |
commit | 4ed3cde55067071b666e83600b52c8f14654e617 (patch) | |
tree | 28fd43d5bbaf83bd25ac120419646f8f28b45a61 /eclass | |
parent | Fixing header (diff) | |
download | gentoo-2-4ed3cde55067071b666e83600b52c8f14654e617.tar.gz gentoo-2-4ed3cde55067071b666e83600b52c8f14654e617.tar.bz2 gentoo-2-4ed3cde55067071b666e83600b52c8f14654e617.zip |
temporary fix for xft
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/commonbox.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/commonbox.eclass b/eclass/commonbox.eclass index 741f8c57cf44..39f7807f75fc 100644 --- a/eclass/commonbox.eclass +++ b/eclass/commonbox.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/commonbox.eclass,v 1.21 2003/05/20 21:34:33 mkeadle Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/commonbox.eclass,v 1.22 2003/06/01 20:04:02 mkeadle Exp $ # # Author: Seemant Kulleen <seemant@gentoo.org> # @@ -24,7 +24,7 @@ RDEPEND="nls? ( sys-devel/gettext ) PROVIDE="virtual/blackbox" -myconf="" +myconf="--enable-xft" mydoc="" BOOTSTRAP="" FORCEXFT="" |