diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-05-12 14:50:48 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-05-12 14:50:48 +0000 |
commit | 355c682acd6032e7ecc78c44ae38f5cfbbad8f38 (patch) | |
tree | 14b5c798be6cdb94666dda4bcc3817cf94fe8df2 /dev-util/indent | |
parent | Fix quoting, even though this version doesn't even compile. For completeness (diff) | |
download | gentoo-2-355c682acd6032e7ecc78c44ae38f5cfbbad8f38.tar.gz gentoo-2-355c682acd6032e7ecc78c44ae38f5cfbbad8f38.tar.bz2 gentoo-2-355c682acd6032e7ecc78c44ae38f5cfbbad8f38.zip |
Stable for HPPA (bug #318809).
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'dev-util/indent')
-rw-r--r-- | dev-util/indent/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/indent/indent-2.2.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/indent/ChangeLog b/dev-util/indent/ChangeLog index e303a6a0215c..8326e70acc37 100644 --- a/dev-util/indent/ChangeLog +++ b/dev-util/indent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/indent # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/ChangeLog,v 1.50 2010/05/11 21:55:44 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/ChangeLog,v 1.51 2010/05/12 14:50:48 jer Exp $ + + 12 May 2010; Jeroen Roovers <jer@gentoo.org> indent-2.2.11.ebuild: + Stable for HPPA (bug #318809). 11 May 2010; Brent Baude <ranger@gentoo.org> indent-2.2.11.ebuild: stable ppc64, bug 318809 diff --git a/dev-util/indent/indent-2.2.11.ebuild b/dev-util/indent/indent-2.2.11.ebuild index 7abd7e1a2286..14349bf2b7c8 100644 --- a/dev-util/indent/indent-2.2.11.ebuild +++ b/dev-util/indent/indent-2.2.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/indent-2.2.11.ebuild,v 1.4 2010/05/11 21:55:44 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/indent-2.2.11.ebuild,v 1.5 2010/05/12 14:50:48 jer Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="http://${PN}.isidore-it.eu/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="nls" DEPEND=" |