summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Hajdan <phajdan.jr@gentoo.org>2011-08-07 03:19:37 +0000
committerPaweł Hajdan <phajdan.jr@gentoo.org>2011-08-07 03:19:37 +0000
commit9226c7e475efad4ff02720034e50ad55d9a8b719 (patch)
tree0203c0e75e9b0763377efc7714a133bf20f25d65 /dev-util/uncrustify
parentx86 stable wrt bug #377533 (diff)
downloadgentoo-2-9226c7e475efad4ff02720034e50ad55d9a8b719.tar.gz
gentoo-2-9226c7e475efad4ff02720034e50ad55d9a8b719.tar.bz2
gentoo-2-9226c7e475efad4ff02720034e50ad55d9a8b719.zip
x86 stable wrt bug #377547
(Portage version: 2.1.10.3/cvs/Linux i686)
Diffstat (limited to 'dev-util/uncrustify')
-rw-r--r--dev-util/uncrustify/ChangeLog5
-rw-r--r--dev-util/uncrustify/uncrustify-0.57.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-util/uncrustify/ChangeLog b/dev-util/uncrustify/ChangeLog
index 77a2be9174a9..592a852104e6 100644
--- a/dev-util/uncrustify/ChangeLog
+++ b/dev-util/uncrustify/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/uncrustify
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v 1.11 2011/08/03 11:23:44 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v 1.12 2011/08/07 03:19:37 phajdan.jr Exp $
+
+ 07 Aug 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> uncrustify-0.57.ebuild:
+ x86 stable wrt bug #377547
*uncrustify-0.58 (03 Aug 2011)
diff --git a/dev-util/uncrustify/uncrustify-0.57.ebuild b/dev-util/uncrustify/uncrustify-0.57.ebuild
index 9fa0fc4a317a..1ca8251e31fd 100644
--- a/dev-util/uncrustify/uncrustify-0.57.ebuild
+++ b/dev-util/uncrustify/uncrustify-0.57.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.57.ebuild,v 1.1 2010/12/20 13:35:30 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.57.ebuild,v 1.2 2011/08/07 03:19:37 phajdan.jr Exp $
DESCRIPTION="C/C++/C#/D/Java/Pawn code indenter and beautifier"
HOMEPAGE="http://uncrustify.sourceforge.net/"
@@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~amd64 x86 ~amd64-linux ~ppc-macos ~x86-solaris"
IUSE="test"
DEPEND="test? ( =dev-lang/python-2* )"