summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Carlson <absinthe@gentoo.org>2004-10-19 08:36:19 +0000
committerDylan Carlson <absinthe@gentoo.org>2004-10-19 08:36:19 +0000
commitf5d94eb7bc89c8a3658e4c7f6e38abf513d05709 (patch)
tree7b21699391cae7f9a6faacf87c1a63f0d1da2964 /dev-libs/libotf
parentOops. KEYWORDS ~amd64. (diff)
downloadhistorical-f5d94eb7bc89c8a3658e4c7f6e38abf513d05709.tar.gz
historical-f5d94eb7bc89c8a3658e4c7f6e38abf513d05709.tar.bz2
historical-f5d94eb7bc89c8a3658e4c7f6e38abf513d05709.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 )