summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-apps/showfont/ChangeLog7
-rw-r--r--x11-apps/showfont/showfont-1.0.1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-apps/showfont/ChangeLog b/x11-apps/showfont/ChangeLog
index 41b9e1fcbb88..5e89b20d0e28 100644
--- a/x11-apps/showfont/ChangeLog
+++ b/x11-apps/showfont/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-apps/showfont
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/showfont/ChangeLog,v 1.12 2006/10/10 23:55:19 dberkholz Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/showfont/ChangeLog,v 1.13 2007/12/19 23:56:21 cla Exp $
+
+ 19 Dec 2007; Dawid Węgliński <cla@gentoo.org> showfont-1.0.1.ebuild:
+ Stable on x86 (bug #202087)
10 Oct 2006; Donnie Berkholz <dberkholz@gentoo.org>;
showfont-1.0.1.ebuild:
diff --git a/x11-apps/showfont/showfont-1.0.1.ebuild b/x11-apps/showfont/showfont-1.0.1.ebuild
index 414f240eca21..3e966ecd44a5 100644
--- a/x11-apps/showfont/showfont-1.0.1.ebuild
+++ b/x11-apps/showfont/showfont-1.0.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/showfont/showfont-1.0.1.ebuild,v 1.4 2006/10/10 23:55:19 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/showfont/showfont-1.0.1.ebuild,v 1.5 2007/12/19 23:56:21 cla Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -8,6 +8,6 @@
inherit x-modular
DESCRIPTION="font dumper for X font server"
-KEYWORDS="~arm ~mips ~ppc64 ~s390 ~sparc ~x86 ~ppc"
+KEYWORDS="~arm ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
RDEPEND="x11-libs/libFS"
DEPEND="${RDEPEND}"