diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-02-24 18:33:51 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-02-24 18:33:51 +0000 |
commit | f59cdf48cdd633962cafab3ecdaf8eaee0a317ac (patch) | |
tree | 3663dc577115b07860561925e888de4a58704b8d /x11-libs/libXfont | |
parent | version bump (bug #123944) (diff) | |
download | gentoo-2-f59cdf48cdd633962cafab3ecdaf8eaee0a317ac.tar.gz gentoo-2-f59cdf48cdd633962cafab3ecdaf8eaee0a317ac.tar.bz2 gentoo-2-f59cdf48cdd633962cafab3ecdaf8eaee0a317ac.zip |
(#123955) Change conditional dep on freetype to unconditional.
(Portage version: 2.1_pre5)
Diffstat (limited to 'x11-libs/libXfont')
-rw-r--r-- | x11-libs/libXfont/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/libXfont/libXfont-1.0.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/libXfont/ChangeLog b/x11-libs/libXfont/ChangeLog index 19e5182d2d14..01e50126512b 100644 --- a/x11-libs/libXfont/ChangeLog +++ b/x11-libs/libXfont/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libXfont # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.24 2006/02/14 22:27:29 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.25 2006/02/24 18:33:51 spyderous Exp $ + + 24 Feb 2006; Donnie Berkholz <spyderous@gentoo.org>; + libXfont-1.0.0.ebuild: + (#123955) Change conditional dep on freetype to unconditional. 14 Feb 2006; Markus Rothe <corsair@gentoo.org> libXfont-1.0.0.ebuild: Added ~ppc64 diff --git a/x11-libs/libXfont/libXfont-1.0.0.ebuild b/x11-libs/libXfont/libXfont-1.0.0.ebuild index 3b83cf52efc2..6a0e15db9671 100644 --- a/x11-libs/libXfont/libXfont-1.0.0.ebuild +++ b/x11-libs/libXfont/libXfont-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.0.0.ebuild,v 1.4 2006/02/14 22:27:29 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.0.0.ebuild,v 1.5 2006/02/24 18:33:51 spyderous Exp $ # Must be before x-modular eclass is inherited # SNAPSHOT="yes" @@ -14,7 +14,7 @@ RDEPEND="x11-libs/xtrans x11-libs/libfontenc x11-proto/xproto x11-proto/fontsproto - truetype? ( >=media-libs/freetype-2 )" + >=media-libs/freetype-2" DEPEND="${RDEPEND} x11-proto/fontcacheproto" |