diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-12 11:16:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-12 11:16:03 +0000 |
commit | 8d5ac151018218cc8de4f01e61995ebd6f66f2cf (patch) | |
tree | 9ada90dfc105d5619dd3f6d17f30c312223af9dc /media-libs/fontconfig/fontconfig-2.2.2.ebuild | |
parent | don't assign default to S; header fix; tidy (diff) | |
download | historical-8d5ac151018218cc8de4f01e61995ebd6f66f2cf.tar.gz historical-8d5ac151018218cc8de4f01e61995ebd6f66f2cf.tar.bz2 historical-8d5ac151018218cc8de4f01e61995ebd6f66f2cf.zip |
hppa stable
Diffstat (limited to 'media-libs/fontconfig/fontconfig-2.2.2.ebuild')
-rw-r--r-- | media-libs/fontconfig/fontconfig-2.2.2.ebuild | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/media-libs/fontconfig/fontconfig-2.2.2.ebuild b/media-libs/fontconfig/fontconfig-2.2.2.ebuild index dec8aebb68ac..abe2c9b99b65 100644 --- a/media-libs/fontconfig/fontconfig-2.2.2.ebuild +++ b/media-libs/fontconfig/fontconfig-2.2.2.ebuild @@ -1,16 +1,14 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.2.2.ebuild,v 1.1 2004/03/10 23:52:39 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.2.2.ebuild,v 1.2 2004/03/12 11:16:03 vapier Exp $ inherit eutils -S=${WORKDIR}/${P} DESCRIPTION="A library for configuring and customizing font access." HOMEPAGE="http://freedesktop.org/Software/fontconfig" #SRC_URI="http://pdx.freedesktop.org/software/fontconfig/releases/${P}.tar.gz" SRC_URI="http://freedesktop.org/~fontconfig/release/${P}.tar.gz" -IUSE="" LICENSE="fontconfig" SLOT="1.0" @@ -19,15 +17,13 @@ SLOT="1.0" # so don't mark this ebuild stable on archs where kde 3.1.2 is only ~. # this of course doesn't apply to archs where kde has no keywords at all :-) # -- danarmak@gentoo.org -KEYWORDS="~x86 ~alpha ~ppc ~sparc ~mips ~hppa ~ia64 ~amd64 ~ppc64" +KEYWORDS="~x86 ~alpha ~ppc ~sparc ~mips hppa ~ia64 ~amd64 ~ppc64" DEPEND=">=sys-apps/sed-4 >=media-libs/freetype-2.1.4 >=dev-libs/expat-1.95.3 >=sys-apps/ed-0.2" -MAKEOPTS="${MAKEOPTS} -j1" - src_unpack() { unpack ${A} cd ${S} @@ -48,7 +44,6 @@ src_unpack() { } src_compile() { - [ "${ARCH}" == "alpha" -a "${CC}" == "ccc" ] && \ die "Dont compile fontconfig with ccc, it doesnt work very well" @@ -62,7 +57,7 @@ src_compile() { # this triggers sandbox, we do this ourselves sed -i "s:fc-cache/fc-cache -f -v:sleep 0:" Makefile - emake || die + emake -j1 || die # remove Luxi TTF fonts from the list, the Type1 are much better sed -i "s:<dir>/usr/X11R6/lib/X11/fonts/TTF</dir>::" fonts.conf |