diff options
author | Stephen Becker <geoman@gentoo.org> | 2004-05-14 02:18:13 +0000 |
---|---|---|
committer | Stephen Becker <geoman@gentoo.org> | 2004-05-14 02:18:13 +0000 |
commit | 63cc5153629f96c9e5722e58200f3bf42a454b32 (patch) | |
tree | 4c3882465cca6eec0c21d5a3aaf842e0355a9d39 /dev-util/indent | |
parent | Stable on mips. (Manifest recommit) (diff) | |
download | gentoo-2-63cc5153629f96c9e5722e58200f3bf42a454b32.tar.gz gentoo-2-63cc5153629f96c9e5722e58200f3bf42a454b32.tar.bz2 gentoo-2-63cc5153629f96c9e5722e58200f3bf42a454b32.zip |
Stable on mips.
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 2dd39e0a1bbb..99892dcec4f8 100644 --- a/dev-util/indent/ChangeLog +++ b/dev-util/indent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/indent # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/ChangeLog,v 1.13 2004/03/09 04:51:08 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/ChangeLog,v 1.14 2004/05/14 02:18:13 geoman Exp $ + + 13 May 2004; Stephen P. Becker <geoman@gentoo.org> indent-2.2.9.ebuild: + Stable on mips. 08 Mar 2004; Stephen P. Becker <geoman@gentoo.org> indent-2.2.9.ebuild: Added ~mips keyword. diff --git a/dev-util/indent/indent-2.2.9.ebuild b/dev-util/indent/indent-2.2.9.ebuild index d797d8930d68..a613113aa178 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 Technologies, Inc. # 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.12 2004/05/13 16:42:32 randy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/indent-2.2.9.ebuild,v 1.13 2004/05/14 02:18:13 geoman 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" DEPEND="virtual/glibc" |