diff options
author | 2010-02-09 01:47:43 +0000 | |
---|---|---|
committer | 2010-02-09 01:47:43 +0000 | |
commit | bf009f0860a92b80b03c69c6024f99b8b3a3ccfa (patch) | |
tree | d85914ff07bbdd1f46aa7c5b1717bb12e0e8db79 /dev-util/indent | |
parent | Version bump. (diff) | |
download | gentoo-2-bf009f0860a92b80b03c69c6024f99b8b3a3ccfa.tar.gz gentoo-2-bf009f0860a92b80b03c69c6024f99b8b3a3ccfa.tar.bz2 gentoo-2-bf009f0860a92b80b03c69c6024f99b8b3a3ccfa.zip |
Stable for HPPA (bug #302346).
(Portage version: 2.2_rc62/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.10-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/indent/ChangeLog b/dev-util/indent/ChangeLog index cc28a04d14c7..ea90c5c55c96 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.42 2010/02/08 22:38:32 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/ChangeLog,v 1.43 2010/02/09 01:47:43 jer Exp $ + + 09 Feb 2010; Jeroen Roovers <jer@gentoo.org> indent-2.2.10-r1.ebuild: + Stable for HPPA (bug #302346). 08 Feb 2010; Tiago Cunha <tcunha@gentoo.org> indent-2.2.10-r1.ebuild: stable sparc, bug 302346 diff --git a/dev-util/indent/indent-2.2.10-r1.ebuild b/dev-util/indent/indent-2.2.10-r1.ebuild index 33cbcddcf4a5..e2e3a63589a7 100644 --- a/dev-util/indent/indent-2.2.10-r1.ebuild +++ b/dev-util/indent/indent-2.2.10-r1.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.10-r1.ebuild,v 1.7 2010/02/08 22:38:32 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/indent-2.2.10-r1.ebuild,v 1.8 2010/02/09 01:47:43 jer Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/indent/${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="nls? ( sys-devel/gettext )" |