diff options
author | 2004-07-01 18:53:41 +0000 | |
---|---|---|
committer | 2004-07-01 18:53:41 +0000 | |
commit | 1c2dbcdc7cfdfe6ddbbdfe1cd8d83a03c548d7cd (patch) | |
tree | ffc6042879cfef83f8a31fc1f359d4de19e7ed0e /dev-util/indent | |
parent | Add Metadata (Manifest recommit) (diff) | |
download | gentoo-2-1c2dbcdc7cfdfe6ddbbdfe1cd8d83a03c548d7cd.tar.gz gentoo-2-1c2dbcdc7cfdfe6ddbbdfe1cd8d83a03c548d7cd.tar.bz2 gentoo-2-1c2dbcdc7cfdfe6ddbbdfe1cd8d83a03c548d7cd.zip |
stable on ppc64, bug #54804
Diffstat (limited to 'dev-util/indent')
-rw-r--r-- | dev-util/indent/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/indent/indent-2.2.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/indent/ChangeLog b/dev-util/indent/ChangeLog index e09d824a49bd..1d23f35caccb 100644 --- a/dev-util/indent/ChangeLog +++ b/dev-util/indent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/indent # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/ChangeLog,v 1.15 2004/06/25 02:36:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/ChangeLog,v 1.16 2004/07/01 18:53:41 tgall Exp $ + + 01 Jul 2004; Tom Gall <tgall@gentoo.org> indent-2.2.9.ebuild: + stable on ppc64, bug #54804 13 May 2004; Stephen P. Becker <geoman@gentoo.org> indent-2.2.9.ebuild: Stable on mips. diff --git a/dev-util/indent/indent-2.2.9.ebuild b/dev-util/indent/indent-2.2.9.ebuild index 06913dd6a347..5923fc353bea 100644 --- a/dev-util/indent/indent-2.2.9.ebuild +++ b/dev-util/indent/indent-2.2.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/indent-2.2.9.ebuild,v 1.14 2004/06/25 02:36:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/indent-2.2.9.ebuild,v 1.15 2004/07/01 18:53:41 tgall Exp $ DESCRIPTION="Indent program source files" HOMEPAGE="http://www.gnu.org/software/indent/indent.html" @@ -8,7 +8,7 @@ SRC_URI="mirror://gnu/indent/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 mips s390" +KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 mips s390 ppc64" DEPEND="virtual/glibc" |