diff options
author | Jason Wever <weeve@gentoo.org> | 2003-04-05 03:37:36 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2003-04-05 03:37:36 +0000 |
commit | 11078d4074f79b06c02f6544be2b170aa80fc097 (patch) | |
tree | ca7069ac2e3adb0f4b02d16bec7a1a2a03cf4eb6 /dev-util/indent | |
parent | Changed ~sparc keyword to sparc. (diff) | |
download | historical-11078d4074f79b06c02f6544be2b170aa80fc097.tar.gz historical-11078d4074f79b06c02f6544be2b170aa80fc097.tar.bz2 historical-11078d4074f79b06c02f6544be2b170aa80fc097.zip |
Changed ~sparc keyword to sparc.
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 984d40c23891..9d0d8ee891da 100644 --- a/dev-util/indent/ChangeLog +++ b/dev-util/indent/ChangeLog @@ -1,9 +1,12 @@ # 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.8 2003/03/09 20:00:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/ChangeLog,v 1.9 2003/04/05 03:37:36 weeve Exp $ *indent-2.2.9 (22 Feb 2003) + 04 Apr 2003; Jason Wever <weeve@gentoo.org> indent-2.2.9.ebuild: + Changed ~sparc keyword to sparc. + 09 Mar 2003; Aron Griffis <agriffis@gentoo.org> indent-2.2.9.ebuild: Mark stable on x86 and alpha diff --git a/dev-util/indent/indent-2.2.9.ebuild b/dev-util/indent/indent-2.2.9.ebuild index 1adde711cfd9..8b8d4a116156 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. # 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.2 2003/03/09 20:00:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/indent-2.2.9.ebuild,v 1.3 2003/04/05 03:35:20 weeve Exp $ S=${WORKDIR}/${P} DESCRIPTION="Indent program source files" @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnu.org" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc ~sparc alpha" +KEYWORDS="x86 ~ppc sparc alpha" DEPEND="virtual/glibc" |