diff options
-rw-r--r-- | dev-util/uncrustify/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/uncrustify/uncrustify-0.58.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/uncrustify/ChangeLog b/dev-util/uncrustify/ChangeLog index 1fb95c05e0af..0a1b4250bd20 100644 --- a/dev-util/uncrustify/ChangeLog +++ b/dev-util/uncrustify/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/uncrustify # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v 1.14 2012/01/27 15:55:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v 1.15 2012/01/28 15:31:49 phajdan.jr Exp $ + + 28 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> uncrustify-0.58.ebuild: + x86 stable wrt bug #400353 27 Jan 2012; Agostino Sarubbo <ago@gentoo.org> uncrustify-0.58.ebuild: Stable for amd64, wrt bug #400353 diff --git a/dev-util/uncrustify/uncrustify-0.58.ebuild b/dev-util/uncrustify/uncrustify-0.58.ebuild index 99039da3e984..3252b47d94b0 100644 --- a/dev-util/uncrustify/uncrustify-0.58.ebuild +++ b/dev-util/uncrustify/uncrustify-0.58.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.58.ebuild,v 1.2 2012/01/27 15:55:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.58.ebuild,v 1.3 2012/01/28 15:31:49 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* )" |