diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-03-09 18:47:10 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-03-09 18:47:10 +0000 |
commit | f583bcc190feebd6fe787067236c16c2cc82e132 (patch) | |
tree | c98d3652e086de7fd76fc20442c0910bb830a17e /dev-util/indent | |
parent | Stable for HPPA (bug #169987). (diff) | |
download | gentoo-2-f583bcc190feebd6fe787067236c16c2cc82e132.tar.gz gentoo-2-f583bcc190feebd6fe787067236c16c2cc82e132.tar.bz2 gentoo-2-f583bcc190feebd6fe787067236c16c2cc82e132.zip |
Stable on ppc wrt bug 169097
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-util/indent')
-rw-r--r-- | dev-util/indent/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/indent/indent-2.2.9-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/indent/ChangeLog b/dev-util/indent/ChangeLog index 4a75ef222fc6..8412a7ad8c7c 100644 --- a/dev-util/indent/ChangeLog +++ b/dev-util/indent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/indent # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/ChangeLog,v 1.29 2007/03/08 18:37:58 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/ChangeLog,v 1.30 2007/03/09 18:47:10 nixnut Exp $ + + 09 Mar 2007; nixnut <nixnut@gentoo.org> indent-2.2.9-r3.ebuild: + Stable on ppc wrt bug 169097 08 Mar 2007; Gustavo Zacarias <gustavoz@gentoo.org> indent-2.2.9-r3.ebuild: diff --git a/dev-util/indent/indent-2.2.9-r3.ebuild b/dev-util/indent/indent-2.2.9-r3.ebuild index 3b603acef1b0..8657abe99660 100644 --- a/dev-util/indent/indent-2.2.9-r3.ebuild +++ b/dev-util/indent/indent-2.2.9-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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-r3.ebuild,v 1.7 2007/03/08 18:37:58 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/indent-2.2.9-r3.ebuild,v 1.8 2007/03/09 18:47:10 nixnut Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/indent/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 mips ~ppc ppc64 ~s390 ~sh sparc x86" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 mips ppc ppc64 ~s390 ~sh sparc x86" IUSE="nls" DEPEND="virtual/libc" |