diff options
author | 2004-09-24 13:01:06 +0000 | |
---|---|---|
committer | 2004-09-24 13:01:06 +0000 | |
commit | 62345956d672aacbe5a21a0ff73689fe058411e5 (patch) | |
tree | a68388608ef1497317805c326d1af0c3d5a1a453 /x11-misc/ttmkfdir | |
parent | remove pkg_setup() like in newer ebuilds (Manifest recommit) (diff) | |
download | gentoo-2-62345956d672aacbe5a21a0ff73689fe058411e5.tar.gz gentoo-2-62345956d672aacbe5a21a0ff73689fe058411e5.tar.bz2 gentoo-2-62345956d672aacbe5a21a0ff73689fe058411e5.zip |
s390 lovin
Diffstat (limited to 'x11-misc/ttmkfdir')
-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 |
2 files changed, 6 insertions, 8 deletions
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" |