diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2006-05-20 10:45:43 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2006-05-20 10:45:43 +0000 |
commit | f45cc039eeb35d9f6202ac13ee4eed44e03aac89 (patch) | |
tree | f41d2f9fdf7693ee3f20ac73fce493203ed23412 /x11-apps | |
parent | Added ~ppc after testing. (diff) | |
download | gentoo-2-f45cc039eeb35d9f6202ac13ee4eed44e03aac89.tar.gz gentoo-2-f45cc039eeb35d9f6202ac13ee4eed44e03aac89.tar.bz2 gentoo-2-f45cc039eeb35d9f6202ac13ee4eed44e03aac89.zip |
Added ~ppc after testing.
(Portage version: 2.1_rc1-r2)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xfsinfo/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xfsinfo/files/digest-xfsinfo-1.0.1 | 2 | ||||
-rw-r--r-- | x11-apps/xfsinfo/xfsinfo-1.0.1.ebuild | 4 |
3 files changed, 8 insertions, 3 deletions
diff --git a/x11-apps/xfsinfo/ChangeLog b/x11-apps/xfsinfo/ChangeLog index c591f2c6af38..8173eb5bd6d1 100644 --- a/x11-apps/xfsinfo/ChangeLog +++ b/x11-apps/xfsinfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xfsinfo # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfsinfo/ChangeLog,v 1.10 2006/02/14 21:20:28 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfsinfo/ChangeLog,v 1.11 2006/05/20 10:45:43 robbat2 Exp $ + + 20 May 2006; Robin H. Johnson <robbat2@gentoo.org> xfsinfo-1.0.1.ebuild: + Added ~ppc after testing. 14 Feb 2006; Markus Rothe <corsair@gentoo.org> xfsinfo-1.0.1.ebuild: Added ~ppc64 diff --git a/x11-apps/xfsinfo/files/digest-xfsinfo-1.0.1 b/x11-apps/xfsinfo/files/digest-xfsinfo-1.0.1 index 4d01eec0f38b..56ac189a3ac4 100644 --- a/x11-apps/xfsinfo/files/digest-xfsinfo-1.0.1 +++ b/x11-apps/xfsinfo/files/digest-xfsinfo-1.0.1 @@ -1 +1,3 @@ MD5 e98b18fbce1261de30b1de819d86f48a xfsinfo-1.0.1.tar.bz2 74335 +RMD160 96db354d1fda64f57a6dc6ddab7dfb494c9fe5d9 xfsinfo-1.0.1.tar.bz2 74335 +SHA256 adc33443b3a7f334d2407de702004a0491f24708e0e1abe74cd8ae114cd60cd9 xfsinfo-1.0.1.tar.bz2 74335 diff --git a/x11-apps/xfsinfo/xfsinfo-1.0.1.ebuild b/x11-apps/xfsinfo/xfsinfo-1.0.1.ebuild index 7db5a77039d4..fdae279af544 100644 --- a/x11-apps/xfsinfo/xfsinfo-1.0.1.ebuild +++ b/x11-apps/xfsinfo/xfsinfo-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/xfsinfo/xfsinfo-1.0.1.ebuild,v 1.2 2006/02/14 21:20:28 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfsinfo/xfsinfo-1.0.1.ebuild,v 1.3 2006/05/20 10:45:43 robbat2 Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,7 +8,7 @@ inherit x-modular DESCRIPTION="X.Org xfsinfo application" -KEYWORDS="~mips ~ppc64 ~sparc ~x86" +KEYWORDS="~mips ~ppc ~ppc64 ~sparc ~x86" RDEPEND="x11-libs/libX11 x11-libs/libFS" DEPEND="${RDEPEND}" |