diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-08-08 19:35:17 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-08-08 19:35:17 +0000 |
commit | 50641a7f213db6796d870113bf5be645991f62a4 (patch) | |
tree | c0050f2b7dd639f287947ccbc5fb4c18db04b64b /x11-libs | |
parent | Version bump thanks to steev (diff) | |
download | gentoo-2-50641a7f213db6796d870113bf5be645991f62a4.tar.gz gentoo-2-50641a7f213db6796d870113bf5be645991f62a4.tar.bz2 gentoo-2-50641a7f213db6796d870113bf5be645991f62a4.zip |
Get rid of font-server USE, it breaks the server build and isn't used correctly.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libXfont/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/libXfont/libXfont-0.99.0.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-libs/libXfont/ChangeLog b/x11-libs/libXfont/ChangeLog index 91431e9b91cd..b8b6571683eb 100644 --- a/x11-libs/libXfont/ChangeLog +++ b/x11-libs/libXfont/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/libXfont # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.2 2005/08/08 19:08:32 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.3 2005/08/08 19:35:17 spyderous Exp $ + + 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; + libXfont-0.99.0.ebuild: + Get rid of font-server USE, it breaks the server build and isn't used + correctly. 08 Aug 2005; Ferris McCormick <fmccor@gentoo.org> libXfont-0.99.0.ebuild: Add ~sparc keyword (modular X testing). diff --git a/x11-libs/libXfont/libXfont-0.99.0.ebuild b/x11-libs/libXfont/libXfont-0.99.0.ebuild index f9de76707f26..96b32be5b9a0 100644 --- a/x11-libs/libXfont/libXfont-0.99.0.ebuild +++ b/x11-libs/libXfont/libXfont-0.99.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-0.99.0.ebuild,v 1.2 2005/08/08 19:08:32 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-0.99.0.ebuild,v 1.3 2005/08/08 19:35:17 spyderous Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -9,7 +9,7 @@ inherit x-modular DESCRIPTION="X.Org Xfont library" KEYWORDS="~sparc ~x86" -IUSE="cid truetype type1 speedo bitmap-fonts font-server ipv6" +IUSE="cid truetype type1 speedo bitmap-fonts ipv6" RDEPEND="x11-libs/xtrans x11-libs/libfontenc" DEPEND="${RDEPEND} @@ -24,5 +24,4 @@ CONFIGURE_OPTIONS="$(use_enable cid) $(use_enable bitmap-fonts pcfformat) $(use_enable bitmap-fonts bdfformat) $(use_enable bitmap-fonts snfformat) - $(use_enable font-server fc) $(use_enable ipv6)" |