diff options
author | Kevyn Shortell <trance@gentoo.org> | 2002-07-23 20:13:40 +0000 |
---|---|---|
committer | Kevyn Shortell <trance@gentoo.org> | 2002-07-23 20:13:40 +0000 |
commit | e349bb5a1c3f91889d0a00757cc3a0e4d4457d6c (patch) | |
tree | 6682cbc3187961cb2641af064cbf0cd73fc49bc4 /dev-util/indent | |
parent | Version bump (diff) | |
download | gentoo-2-e349bb5a1c3f91889d0a00757cc3a0e4d4457d6c.tar.gz gentoo-2-e349bb5a1c3f91889d0a00757cc3a0e4d4457d6c.tar.bz2 gentoo-2-e349bb5a1c3f91889d0a00757cc3a0e4d4457d6c.zip |
added ppc keyword
Diffstat (limited to 'dev-util/indent')
-rw-r--r-- | dev-util/indent/indent-2.2.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/indent/indent-2.2.6.ebuild b/dev-util/indent/indent-2.2.6.ebuild index 258c4d3823fa..958e41be4aa5 100644 --- a/dev-util/indent/indent-2.2.6.ebuild +++ b/dev-util/indent/indent-2.2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 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.6.ebuild,v 1.3 2002/07/23 11:22:18 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/indent-2.2.6.ebuild,v 1.4 2002/07/23 20:13:40 trance 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" +KEYWORDS="x86 ppc" DEPEND="virtual/glibc" |