diff options
-rw-r--r-- | media-libs/fontconfig/fontconfig-2.2.3.ebuild | 5 | ||||
-rw-r--r-- | x11-misc/ttmkfdir/ttmkfdir-3.0.9-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/ttmkfdir/ttmkfdir-3.0.9-r2.ebuild | 10 |
3 files changed, 8 insertions, 11 deletions
diff --git a/media-libs/fontconfig/fontconfig-2.2.3.ebuild b/media-libs/fontconfig/fontconfig-2.2.3.ebuild index b5e8d2011aac..7345876aa5b7 100644 --- a/media-libs/fontconfig/fontconfig-2.2.3.ebuild +++ b/media-libs/fontconfig/fontconfig-2.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.2.3.ebuild,v 1.2 2004/08/19 01:59:54 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.2.3.ebuild,v 1.3 2004/09/24 13:01:06 vapier Exp $ inherit eutils @@ -11,12 +11,11 @@ SRC_URI="http://freedesktop.org/~fontconfig/release/${P}.tar.gz" LICENSE="fontconfig" SLOT="1.0" -KEYWORDS="~x86 ~ppc ~sparc ~mips alpha ~arm ~hppa ~amd64 ia64 ~ppc64" +KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 ~sparc ~x86" IUSE="" RDEPEND=">=media-libs/freetype-2.1.4 >=dev-libs/expat-1.95.3" - DEPEND="${RDEPEND} >=sys-apps/sed-4" diff --git a/x11-misc/ttmkfdir/ttmkfdir-3.0.9-r1.ebuild b/x11-misc/ttmkfdir/ttmkfdir-3.0.9-r1.ebuild index f3e6950fcaca..2a5c8621f545 100644 --- a/x11-misc/ttmkfdir/ttmkfdir-3.0.9-r1.ebuild +++ b/x11-misc/ttmkfdir/ttmkfdir-3.0.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/ttmkfdir/ttmkfdir-3.0.9-r1.ebuild,v 1.17 2004/07/16 19:11:13 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/ttmkfdir/ttmkfdir-3.0.9-r1.ebuild,v 1.18 2004/09/24 12:59:19 vapier Exp $ inherit eutils flag-o-matic gcc @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="as-is" SLOT="0" -KEYWORDS="x86 ppc sparc ~mips alpha arm hppa amd64 ia64 ppc64" +KEYWORDS="x86 ppc sparc ~mips alpha arm hppa amd64 ia64 ppc64 s390" IUSE="" RDEPEND="virtual/libc diff --git a/x11-misc/ttmkfdir/ttmkfdir-3.0.9-r2.ebuild b/x11-misc/ttmkfdir/ttmkfdir-3.0.9-r2.ebuild index bc696b16fb22..f1528aafb080 100644 --- a/x11-misc/ttmkfdir/ttmkfdir-3.0.9-r2.ebuild +++ b/x11-misc/ttmkfdir/ttmkfdir-3.0.9-r2.ebuild @@ -1,23 +1,21 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/ttmkfdir/ttmkfdir-3.0.9-r2.ebuild,v 1.1 2004/09/04 04:22:30 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/ttmkfdir/ttmkfdir-3.0.9-r2.ebuild,v 1.2 2004/09/24 12:59:19 vapier Exp $ inherit eutils flag-o-matic gcc -IUSE="" - DESCRIPTION="A utility to create a fonts.scale file from a set of TrueType fonts" HOMEPAGE="http://www.joerg-pommnitz.de/TrueType/xfsft.html" SRC_URI="mirror://gentoo/${P}.tar.bz2" -SLOT="0" LICENSE="as-is" -KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +IUSE="" RDEPEND="virtual/libc sys-libs/zlib >=media-libs/freetype-2.0.8" - DEPEND="${RDEPEND} >=sys-devel/flex-2.5.4a-r5 sys-devel/libtool" |