diff options
author | Tom Gall <tgall@gentoo.org> | 2005-04-14 02:34:57 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2005-04-14 02:34:57 +0000 |
commit | 06bac4956275c015dcd031cb38e0716821c1d5c9 (patch) | |
tree | 6bbeebd88a93b40e8ebca321e50b039237233640 /sys-fs | |
parent | Stable on sparc wrt #87517 (diff) | |
download | gentoo-2-06bac4956275c015dcd031cb38e0716821c1d5c9.tar.gz gentoo-2-06bac4956275c015dcd031cb38e0716821c1d5c9.tar.bz2 gentoo-2-06bac4956275c015dcd031cb38e0716821c1d5c9.zip |
stable on ppc64
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/jfsutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/jfsutils/jfsutils-1.1.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/jfsutils/ChangeLog b/sys-fs/jfsutils/ChangeLog index 6f37d28a3859..2ca6ffc493a2 100644 --- a/sys-fs/jfsutils/ChangeLog +++ b/sys-fs/jfsutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/jfsutils # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/jfsutils/ChangeLog,v 1.20 2005/04/01 17:22:46 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/jfsutils/ChangeLog,v 1.21 2005/04/14 02:34:57 tgall Exp $ + + 13 Apr 2005; Tom Gall <tgall@gentoo.org> jfsutils-1.1.7.ebuild: + stable on ppc64 01 Apr 2005; Aron Griffis <agriffis@gentoo.org> jfsutils-1.1.7.ebuild: stable on ia64 diff --git a/sys-fs/jfsutils/jfsutils-1.1.7.ebuild b/sys-fs/jfsutils/jfsutils-1.1.7.ebuild index b1c512f0a221..c757ccee0f5c 100644 --- a/sys-fs/jfsutils/jfsutils-1.1.7.ebuild +++ b/sys-fs/jfsutils/jfsutils-1.1.7.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/sys-fs/jfsutils/jfsutils-1.1.7.ebuild,v 1.4 2005/04/01 17:22:46 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/jfsutils/jfsutils-1.1.7.ebuild,v 1.5 2005/04/14 02:34:57 tgall Exp $ DESCRIPTION="IBM's Journaling Filesystem (JFS) Utilities" HOMEPAGE="http://www-124.ibm.com/developerworks/oss/jfs/index.html" @@ -8,7 +8,7 @@ SRC_URI="http://www10.software.ibm.com/developer/opensource/jfs/project/pub/${P} LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ppc ~sparc ~hppa ~amd64 ia64 ~mips" +KEYWORDS="~x86 ppc ~sparc ~hppa ~amd64 ia64 ~mips ppc64" IUSE="" DEPEND="virtual/libc" |