diff options
author | Jeroen Roovers <jer@gentoo.org> | 2007-03-04 01:23:26 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2007-03-04 01:23:26 +0000 |
commit | 818f6ce710cacbb5e272c020987e083f34886014 (patch) | |
tree | af5b71e543720bc4f30c74576644b9cada5536bf /dev-util/indent | |
parent | Stable for HPPA. (diff) | |
download | gentoo-2-818f6ce710cacbb5e272c020987e083f34886014.tar.gz gentoo-2-818f6ce710cacbb5e272c020987e083f34886014.tar.bz2 gentoo-2-818f6ce710cacbb5e272c020987e083f34886014.zip |
Stable for HPPA (bug #169097).
(Portage version: 2.1.2-r9)
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 cb715e9d35a3..7f8553e46279 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.25 2007/03/03 12:43:41 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/ChangeLog,v 1.26 2007/03/04 01:23:26 jer Exp $ + + 04 Mar 2007; Jeroen Roovers <jer@gentoo.org> indent-2.2.9-r3.ebuild: + Stable for HPPA (bug #169097). 03 Mar 2007; Simon Stelling <blubb@gentoo.org> indent-2.2.9-r3.ebuild: stable on amd64; bug 169097 diff --git a/dev-util/indent/indent-2.2.9-r3.ebuild b/dev-util/indent/indent-2.2.9-r3.ebuild index 20db7effaa48..c5ae61c9dfdc 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.3 2007/03/03 12:43:41 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/indent-2.2.9-r3.ebuild,v 1.4 2007/03/04 01:23:26 jer 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" |