diff options
author | Stephen Becker <geoman@gentoo.org> | 2004-03-09 04:51:08 +0000 |
---|---|---|
committer | Stephen Becker <geoman@gentoo.org> | 2004-03-09 04:51:08 +0000 |
commit | 5916075091a5cb6a51eb5b97a778c1268ffa991c (patch) | |
tree | 466b0194c3e7c66433dd2146aa329e4d0a5fff0a /dev-util/indent | |
parent | added amd64 to keywords (Manifest recommit) (diff) | |
download | gentoo-2-5916075091a5cb6a51eb5b97a778c1268ffa991c.tar.gz gentoo-2-5916075091a5cb6a51eb5b97a778c1268ffa991c.tar.bz2 gentoo-2-5916075091a5cb6a51eb5b97a778c1268ffa991c.zip |
Added ~mips keyword.
Diffstat (limited to 'dev-util/indent')
-rw-r--r-- | dev-util/indent/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/indent/indent-2.2.9.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/indent/ChangeLog b/dev-util/indent/ChangeLog index 9d13f478bbef..2dd39e0a1bbb 100644 --- a/dev-util/indent/ChangeLog +++ b/dev-util/indent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/indent -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/ChangeLog,v 1.12 2003/09/23 15:49:29 darkspecter Exp $ +# 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 $ + + 08 Mar 2004; Stephen P. Becker <geoman@gentoo.org> indent-2.2.9.ebuild: + Added ~mips keyword. 23 Sep 2003; Bartosch Pixa <darkspecter@gentoo.org> indent-2.2.9.ebuild: set ppc in keywords diff --git a/dev-util/indent/indent-2.2.9.ebuild b/dev-util/indent/indent-2.2.9.ebuild index 440329231a7b..e851fcc0cd9d 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-2003 Gentoo Technologies, Inc. +# 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.10 2003/12/05 09:56:20 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/indent-2.2.9.ebuild,v 1.11 2004/03/09 04:51:08 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" +KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 ~mips" DEPEND="virtual/glibc" |