diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2006-05-20 10:44:14 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2006-05-20 10:44:14 +0000 |
commit | 143b7c368b4afad2cbc77bb800b640676241b85e (patch) | |
tree | 758624ed243c618ccd67c6a50f808086e726b917 /x11-apps/showfont | |
parent | Added ~ppc after testing. (diff) | |
download | gentoo-2-143b7c368b4afad2cbc77bb800b640676241b85e.tar.gz gentoo-2-143b7c368b4afad2cbc77bb800b640676241b85e.tar.bz2 gentoo-2-143b7c368b4afad2cbc77bb800b640676241b85e.zip |
Added ~ppc after testing.
(Portage version: 2.1_rc1-r2)
Diffstat (limited to 'x11-apps/showfont')
-rw-r--r-- | x11-apps/showfont/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/showfont/files/digest-showfont-1.0.1 | 2 | ||||
-rw-r--r-- | x11-apps/showfont/showfont-1.0.1.ebuild | 4 |
3 files changed, 8 insertions, 3 deletions
diff --git a/x11-apps/showfont/ChangeLog b/x11-apps/showfont/ChangeLog index d0ee980b642a..6f3351327a6b 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.10 2006/02/14 20:52:37 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/showfont/ChangeLog,v 1.11 2006/05/20 10:44:14 robbat2 Exp $ + + 20 May 2006; Robin H. Johnson <robbat2@gentoo.org> showfont-1.0.1.ebuild: + Added ~ppc after testing. 14 Feb 2006; Markus Rothe <corsair@gentoo.org> showfont-1.0.1.ebuild: Added ~ppc64 diff --git a/x11-apps/showfont/files/digest-showfont-1.0.1 b/x11-apps/showfont/files/digest-showfont-1.0.1 index 3eea90f81665..bd43db9ebe8c 100644 --- a/x11-apps/showfont/files/digest-showfont-1.0.1 +++ b/x11-apps/showfont/files/digest-showfont-1.0.1 @@ -1 +1,3 @@ MD5 339b2faf1ca5114fda414338e15b6e21 showfont-1.0.1.tar.bz2 77016 +RMD160 4770e07c8e0b1cf8756523876554d8e7caab6980 showfont-1.0.1.tar.bz2 77016 +SHA256 87db3cf12914abc6b074d12b35c7f39c8fd7b5d3933b339e2c1260a51061760c showfont-1.0.1.tar.bz2 77016 diff --git a/x11-apps/showfont/showfont-1.0.1.ebuild b/x11-apps/showfont/showfont-1.0.1.ebuild index 16d578f507b5..255d84703295 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 # 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.2 2006/02/14 20:52:37 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/showfont/showfont-1.0.1.ebuild,v 1.3 2006/05/20 10:44:14 robbat2 Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,6 +8,6 @@ inherit x-modular DESCRIPTION="X.Org showfont application" -KEYWORDS="~arm ~mips ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~arm ~mips ~ppc64 ~s390 ~sparc ~x86 ~ppc" RDEPEND="x11-libs/libFS" DEPEND="${RDEPEND}" |