diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-19 10:14:10 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-19 10:14:10 +0000 |
commit | ab3b82686a18a862bb232ce8e10884d006dbe105 (patch) | |
tree | 11a353f475d80a30ed285a321457c7f3fd86fed4 /dev-util/uncrustify | |
parent | Stable for amd64, wrt bug #470464 (diff) | |
download | gentoo-2-ab3b82686a18a862bb232ce8e10884d006dbe105.tar.gz gentoo-2-ab3b82686a18a862bb232ce8e10884d006dbe105.tar.bz2 gentoo-2-ab3b82686a18a862bb232ce8e10884d006dbe105.zip |
Stable for amd64, wrt bug #470276
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-util/uncrustify')
-rw-r--r-- | dev-util/uncrustify/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/uncrustify/uncrustify-0.59.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-util/uncrustify/ChangeLog b/dev-util/uncrustify/ChangeLog index 5286b8e86d7b..3eaff66848f5 100644 --- a/dev-util/uncrustify/ChangeLog +++ b/dev-util/uncrustify/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/uncrustify # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v 1.19 2013/05/18 17:48:58 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/ChangeLog,v 1.20 2013/05/19 10:14:10 ago Exp $ + + 19 May 2013; Agostino Sarubbo <ago@gentoo.org> uncrustify-0.59.ebuild: + Stable for amd64, wrt bug #470276 *uncrustify-0.60 (18 May 2013) diff --git a/dev-util/uncrustify/uncrustify-0.59.ebuild b/dev-util/uncrustify/uncrustify-0.59.ebuild index 5557916fa996..5d2d5e49bde0 100644 --- a/dev-util/uncrustify/uncrustify-0.59.ebuild +++ b/dev-util/uncrustify/uncrustify-0.59.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.59.ebuild,v 1.3 2012/05/08 08:17:05 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/uncrustify/uncrustify-0.59.ebuild,v 1.4 2013/05/19 10:14:10 ago Exp $ EAPI="3" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris" IUSE="test" DEPEND="test? ( =dev-lang/python-2* )" |