diff options
Diffstat (limited to 'x11-apps/showfont')
-rw-r--r-- | x11-apps/showfont/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/showfont/showfont-0.99.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/showfont/ChangeLog b/x11-apps/showfont/ChangeLog index 7e969095eceb..63a1d33c202e 100644 --- a/x11-apps/showfont/ChangeLog +++ b/x11-apps/showfont/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/showfont # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/showfont/ChangeLog,v 1.1 2005/08/08 06:28:10 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/showfont/ChangeLog,v 1.2 2005/08/08 20:14:18 fmccor Exp $ + + 08 Aug 2005; Ferris McCormick <fmccor@gentoo.org> showfont-0.99.0.ebuild: + Add ~sparc keyword (Modular X testing). *showfont-0.99.0 (08 Aug 2005) diff --git a/x11-apps/showfont/showfont-0.99.0.ebuild b/x11-apps/showfont/showfont-0.99.0.ebuild index 56fc2ab89c8c..cf2d09ca909d 100644 --- a/x11-apps/showfont/showfont-0.99.0.ebuild +++ b/x11-apps/showfont/showfont-0.99.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/showfont/showfont-0.99.0.ebuild,v 1.1 2005/08/08 06:28:10 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/showfont/showfont-0.99.0.ebuild,v 1.2 2005/08/08 20:14:18 fmccor Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,6 +8,6 @@ inherit x-modular DESCRIPTION="X.Org showfont application" -KEYWORDS="~x86" +KEYWORDS="~sparc ~x86" RDEPEND="x11-libs/libFS" DEPEND="${RDEPEND}" |