diff options
Diffstat (limited to 'dev-util/uncrustify')
-rw-r--r-- | dev-util/uncrustify/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/uncrustify/uncrustify-0.53.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/uncrustify/ChangeLog b/dev-util/uncrustify/ChangeLog index 29efe2d339ac..a0da218343a6 100644 --- a/dev-util/uncrustify/ChangeLog +++ b/dev-util/uncrustify/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/uncrustify -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v 1.3 2009/10/04 15:34:12 sping Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v 1.4 2010/02/09 20:52:41 grobian Exp $ + + 09 Feb 2010; Fabian Groffen <grobian@gentoo.org> uncrustify-0.53.ebuild: + Marked ~amd64-linux *uncrustify-9999 (04 Oct 2009) diff --git a/dev-util/uncrustify/uncrustify-0.53.ebuild b/dev-util/uncrustify/uncrustify-0.53.ebuild index 6bbe6506c799..1fee59df9920 100644 --- a/dev-util/uncrustify/uncrustify-0.53.ebuild +++ b/dev-util/uncrustify/uncrustify-0.53.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# 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.53.ebuild,v 1.1 2009/10/04 15:19:01 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.53.ebuild,v 1.2 2010/02/09 20:52:41 grobian 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}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86 ~ppc-macos ~x86-solaris" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x86-solaris" IUSE="test" DEPEND="test? ( dev-lang/python )" |