diff options
author | Calum Selkirk <cselkirk@gentoo.org> | 2002-10-19 22:53:17 +0000 |
---|---|---|
committer | Calum Selkirk <cselkirk@gentoo.org> | 2002-10-19 22:53:17 +0000 |
commit | 69f8afdf611ca8cad3741f86b31f28290de3d333 (patch) | |
tree | 9d18719a5092a230c92b31f520825d291679d392 /x11-misc/ttmkfdir | |
parent | added ~ppc to keywords (diff) | |
download | historical-69f8afdf611ca8cad3741f86b31f28290de3d333.tar.gz historical-69f8afdf611ca8cad3741f86b31f28290de3d333.tar.bz2 historical-69f8afdf611ca8cad3741f86b31f28290de3d333.zip |
Added ppc to KEYWORDS.
Diffstat (limited to 'x11-misc/ttmkfdir')
-rw-r--r-- | x11-misc/ttmkfdir/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/ttmkfdir/ttmkfdir-0.0-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-misc/ttmkfdir/ChangeLog b/x11-misc/ttmkfdir/ChangeLog index 79191d626fcb..2ada01ed1b05 100644 --- a/x11-misc/ttmkfdir/ChangeLog +++ b/x11-misc/ttmkfdir/ChangeLog @@ -1,9 +1,13 @@ # 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.1 2002/02/01 21:53:38 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/ttmkfdir/ChangeLog,v 1.2 2002/10/19 22:49:07 cselkirk Exp $ *ttmkfdir-0.0-r1 (1 Feb 2002) + 20 Oct 2002; Calum Selkirk <cselkirk@gentoo.org> ttmkfdir-0.0-r1.ebuild : + + Added ppc to KEYWORDS. + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : Added initial ChangeLog which should be updated whenever the package is diff --git a/x11-misc/ttmkfdir/ttmkfdir-0.0-r1.ebuild b/x11-misc/ttmkfdir/ttmkfdir-0.0-r1.ebuild index e3c962f17246..426338a8332f 100644 --- a/x11-misc/ttmkfdir/ttmkfdir-0.0-r1.ebuild +++ b/x11-misc/ttmkfdir/ttmkfdir-0.0-r1.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-0.0-r1.ebuild,v 1.7 2002/10/04 06:43:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/ttmkfdir/ttmkfdir-0.0-r1.ebuild,v 1.8 2002/10/19 22:49:07 cselkirk Exp $ S=${WORKDIR}/${P} DESCRIPTION="A utility to create a fonts.scale file from a set of TrueType fonts" @@ -8,7 +8,7 @@ SRC_URI="http://www.joerg-pommnitz.de/TrueType/ttmkfdir.tar.gz" HOMEPAGE="http://www.joerg-pommnitz.de/TrueType/xfsft.html" LICENSE="as-is" SLOT="0" -KEYWORDS="x86 sparc sparc64" +KEYWORDS="x86 sparc sparc64 ppc" DEPEND="<media-libs/freetype-2.0" |