diff options
author | Thomas Kahle <tomka@gentoo.org> | 2011-07-23 15:47:43 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2011-07-23 15:47:43 +0000 |
commit | 9cb14a2e8efc06a5af62c9167f5ba48d5810f3e4 (patch) | |
tree | c73ff4671e9fe077ec6f26c6a790acd0f2769e0e /dev-util/coccinelle | |
parent | ~x86 per bug 373149 (diff) | |
download | gentoo-2-9cb14a2e8efc06a5af62c9167f5ba48d5810f3e4.tar.gz gentoo-2-9cb14a2e8efc06a5af62c9167f5ba48d5810f3e4.tar.bz2 gentoo-2-9cb14a2e8efc06a5af62c9167f5ba48d5810f3e4.zip |
~x86 per bug 373149
(Portage version: 2.1.10.7/cvs/Linux i686)
Diffstat (limited to 'dev-util/coccinelle')
-rw-r--r-- | dev-util/coccinelle/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/coccinelle/coccinelle-0.2.5-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/coccinelle/ChangeLog b/dev-util/coccinelle/ChangeLog index 0dca82f9b430..f1dea0ce6f62 100644 --- a/dev-util/coccinelle/ChangeLog +++ b/dev-util/coccinelle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/coccinelle # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/coccinelle/ChangeLog,v 1.8 2011/06/26 19:45:57 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/coccinelle/ChangeLog,v 1.9 2011/07/23 15:47:43 tomka Exp $ + + 23 Jul 2011; Thomas Kahle <tomka@gentoo.org> coccinelle-0.2.5-r2.ebuild: + ~x86 per bug 373149 *coccinelle-0.2.5-r2 (26 Jun 2011) diff --git a/dev-util/coccinelle/coccinelle-0.2.5-r2.ebuild b/dev-util/coccinelle/coccinelle-0.2.5-r2.ebuild index 12375a323e3d..78b4a5146a29 100644 --- a/dev-util/coccinelle/coccinelle-0.2.5-r2.ebuild +++ b/dev-util/coccinelle/coccinelle-0.2.5-r2.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/coccinelle/coccinelle-0.2.5-r2.ebuild,v 1.1 2011/06/26 19:45:57 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/coccinelle/coccinelle-0.2.5-r2.ebuild,v 1.2 2011/07/23 15:47:43 tomka Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="http://coccinelle.lip6.fr/distrib/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="doc +ocamlopt python ocaml" # ocaml enables ocaml scripting (uses findlib) |