diff options
author | 2011-08-07 10:15:42 +0000 | |
---|---|---|
committer | 2011-08-07 10:15:42 +0000 | |
commit | 6e72130fc624e9123ce19efcccd41420960f77c9 (patch) | |
tree | 311687c519fe6e8451c3be736cc7df6198f497b6 /dev-util/uncrustify | |
parent | Stable on amd64 wrt bug #375907 (diff) | |
download | gentoo-2-6e72130fc624e9123ce19efcccd41420960f77c9.tar.gz gentoo-2-6e72130fc624e9123ce19efcccd41420960f77c9.tar.bz2 gentoo-2-6e72130fc624e9123ce19efcccd41420960f77c9.zip |
Stable on amd64 wrt bug #377547
(Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/uncrustify')
-rw-r--r-- | dev-util/uncrustify/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/uncrustify/uncrustify-0.57.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/uncrustify/ChangeLog b/dev-util/uncrustify/ChangeLog index 592a852104e6..1051d00c83c6 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.12 2011/08/07 03:19:37 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v 1.13 2011/08/07 10:15:42 hwoarang Exp $ + + 07 Aug 2011; Markos Chandras <hwoarang@gentoo.org> uncrustify-0.57.ebuild: + Stable on amd64 wrt bug #377547 07 Aug 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> uncrustify-0.57.ebuild: x86 stable wrt bug #377547 diff --git a/dev-util/uncrustify/uncrustify-0.57.ebuild b/dev-util/uncrustify/uncrustify-0.57.ebuild index 1ca8251e31fd..e9b4099323bf 100644 --- a/dev-util/uncrustify/uncrustify-0.57.ebuild +++ b/dev-util/uncrustify/uncrustify-0.57.ebuild @@ -1,6 +1,6 @@ # 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.2 2011/08/07 03:19:37 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.57.ebuild,v 1.3 2011/08/07 10:15:42 hwoarang 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* )" |