summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Carlson <absinthe@gentoo.org>2004-10-19 08:30:05 +0000
committerDylan Carlson <absinthe@gentoo.org>2004-10-19 08:30:05 +0000
commitb87587de86f00e4bdac60820c8d5592434e7d3a1 (patch)
tree3a856086637e781fdc23c0da2839a0c15fa64a2f /dev-libs/libotf
parentdid not compile with -O3 (Manifest recommit) (diff)
downloadgentoo-2-b87587de86f00e4bdac60820c8d5592434e7d3a1.tar.gz
gentoo-2-b87587de86f00e4bdac60820c8d5592434e7d3a1.tar.bz2
gentoo-2-b87587de86f00e4bdac60820c8d5592434e7d3a1.zip
Stable on amd64.
Diffstat (limited to 'dev-libs/libotf')
-rw-r--r--dev-libs/libotf/ChangeLog5
-rw-r--r--dev-libs/libotf/libotf-0.9.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libotf/ChangeLog b/dev-libs/libotf/ChangeLog
index 19382789b2bf..39884b164568 100644
--- a/dev-libs/libotf/ChangeLog
+++ b/dev-libs/libotf/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/libotf
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libotf/ChangeLog,v 1.11 2004/10/03 14:03:51 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libotf/ChangeLog,v 1.12 2004/10/19 08:30:05 absinthe Exp $
+
+ 19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> libotf-0.9.2.ebuild:
+ Stable on amd64.
03 Oct 2004; Mamoru KOMACHI <usata@gentoo.org> libotf-0.9.2.ebuild:
Stable on x86, alpha and ppc.
diff --git a/dev-libs/libotf/libotf-0.9.2.ebuild b/dev-libs/libotf/libotf-0.9.2.ebuild
index 131ae1d52847..7f6844eb04e5 100644
--- a/dev-libs/libotf/libotf-0.9.2.ebuild
+++ b/dev-libs/libotf/libotf-0.9.2.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/dev-libs/libotf/libotf-0.9.2.ebuild,v 1.2 2004/10/03 14:03:51 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libotf/libotf-0.9.2.ebuild,v 1.3 2004/10/19 08:30:05 absinthe Exp $
DESCRIPTION="Library for handling OpenType fonts (OTF)"
HOMEPAGE="http://www.m17n.org/libotf/"
@@ -9,7 +9,7 @@ SRC_URI="http://www.m17n.org/libotf/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="x86 ppc alpha ~amd64 ~ppc64 ~sparc"
+KEYWORDS="x86 ppc alpha amd64 ~ppc64 ~sparc"
IUSE="X"
RDEPEND="X? ( virtual/x11 )