diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 17:55:49 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 17:55:49 +0000 |
commit | cc30190e3510fcc195bec4563d3e5ebc04947680 (patch) | |
tree | ee877284c375a5586b955350393fee9c21aeb16b /x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild | |
parent | Added ppc keyword. bug 119444 (diff) | |
download | gentoo-2-cc30190e3510fcc195bec4563d3e5ebc04947680.tar.gz gentoo-2-cc30190e3510fcc195bec4563d3e5ebc04947680.tar.bz2 gentoo-2-cc30190e3510fcc195bec4563d3e5ebc04947680.zip |
Fixed DEPEND for modular X. Patch for gcc4.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild')
-rw-r--r-- | x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild b/x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild index 882d604bfd8f..f3356be8739b 100644 --- a/x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild +++ b/x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild,v 1.6 2005/10/01 08:52:09 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmbdfed/xmbdfed-4.7_p1.ebuild,v 1.7 2006/01/21 17:55:49 nelchael Exp $ inherit eutils MY_P=${P/_p*} @@ -15,8 +15,7 @@ LICENSE="as-is" KEYWORDS="x86 ppc" IUSE="truetype" -DEPEND="virtual/x11 - >=x11-libs/openmotif-2.1.30 +DEPEND=">=x11-libs/openmotif-2.1.30 truetype? ( media-libs/freetype )" S=${WORKDIR}/${MY_P} @@ -25,6 +24,7 @@ src_unpack() { unpack ${MY_P}.tar.bz2 cd ${S} epatch ${DISTDIR}/${P/_p/-patch} + epatch "${FILESDIR}/${P}-gcc4.patch" } src_compile() { |