diff options
Diffstat (limited to 'dev-util/uncrustify')
-rw-r--r-- | dev-util/uncrustify/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/uncrustify/uncrustify-0.55.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/uncrustify/ChangeLog b/dev-util/uncrustify/ChangeLog index 5ddfb7b386ba..88fd6d1b1cee 100644 --- a/dev-util/uncrustify/ChangeLog +++ b/dev-util/uncrustify/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/uncrustify # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v 1.7 2010/06/24 21:39:25 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v 1.8 2010/06/25 13:54:03 fauli Exp $ + + 25 Jun 2010; Christian Faulhammer <fauli@gentoo.org> + uncrustify-0.55.ebuild: + stable x86, bug 323221 24 Jun 2010; Pacho Ramos <pacho@gentoo.org> uncrustify-0.55.ebuild: stable amd64, bug 323221 diff --git a/dev-util/uncrustify/uncrustify-0.55.ebuild b/dev-util/uncrustify/uncrustify-0.55.ebuild index 98a9e3a202d0..f086cf5b9911 100644 --- a/dev-util/uncrustify/uncrustify-0.55.ebuild +++ b/dev-util/uncrustify/uncrustify-0.55.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/uncrustify/uncrustify-0.55.ebuild,v 1.2 2010/06/24 21:39:25 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.55.ebuild,v 1.3 2010/06/25 13:54:03 fauli 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 )" |