diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-10-28 10:00:21 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-10-28 10:00:21 +0000 |
commit | a861b5f9948296b00362622911adc6e14b66b5bf (patch) | |
tree | b1f5debeb1434075a4d2521020eb714c78987963 /x11-misc/ttmkfdir | |
parent | unmasked changes upon testing (diff) | |
download | gentoo-2-a861b5f9948296b00362622911adc6e14b66b5bf.tar.gz gentoo-2-a861b5f9948296b00362622911adc6e14b66b5bf.tar.bz2 gentoo-2-a861b5f9948296b00362622911adc6e14b66b5bf.zip |
add alpha to KEYWORDS
Diffstat (limited to 'x11-misc/ttmkfdir')
-rw-r--r-- | x11-misc/ttmkfdir/ChangeLog | 3 | ||||
-rw-r--r-- | x11-misc/ttmkfdir/ttmkfdir-2.0.ebuild | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11-misc/ttmkfdir/ChangeLog b/x11-misc/ttmkfdir/ChangeLog index 402eefda761e..385615d29291 100644 --- a/x11-misc/ttmkfdir/ChangeLog +++ b/x11-misc/ttmkfdir/ChangeLog @@ -1,10 +1,11 @@ # ChangeLog for x11-misc/ttmkfdir # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-misc/ttmkfdir/ChangeLog,v 1.4 2002/10/28 07:21:51 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/ttmkfdir/ChangeLog,v 1.5 2002/10/28 10:00:21 azarah Exp $ 28 Oct 2002; Martin Schlemmer <azarah@gentoo.org> : Change all the ebuild to reflect the "true" versions (1.0 and 2.0). + Also add "alpha" to KEYWORDS, as it build fine for alpha in xfree. *ttmkfdir-1.0 (20 Oct 2002) diff --git a/x11-misc/ttmkfdir/ttmkfdir-2.0.ebuild b/x11-misc/ttmkfdir/ttmkfdir-2.0.ebuild index 9e1c9f4c1bcd..fe44a01ab361 100644 --- a/x11-misc/ttmkfdir/ttmkfdir-2.0.ebuild +++ b/x11-misc/ttmkfdir/ttmkfdir-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/ttmkfdir/ttmkfdir-2.0.ebuild,v 1.1 2002/10/28 07:21:51 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/ttmkfdir/ttmkfdir-2.0.ebuild,v 1.2 2002/10/28 10:00:21 azarah Exp $ S="${WORKDIR}/${PN}2" DESCRIPTION="A utility to create a fonts.scale file from a set of TrueType fonts" @@ -9,7 +9,7 @@ HOMEPAGE="http://www.joerg-pommnitz.de/TrueType/xfsft.html" LICENSE="as-is" SLOT="0" -KEYWORDS="x86 sparc sparc64 ppc" +KEYWORDS="x86 sparc sparc64 ppc alpha" DEPEND=">=media-libs/freetype-2.0.8 >=sys-devel/flex-2.5.4a-r5 |