summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2015-07-08 05:52:00 +0000
committerPatrick Lauer <patrick@gentoo.org>2015-07-08 05:52:00 +0000
commitcdc909df9d5e83795a953a69be26ead54dca9db7 (patch)
tree2c7ab1bc8de30b3a51a63bdff0113c4b11c07063 /dev-util/coccinelle
parentKeyword for ~x86 (diff)
downloadgentoo-2-cdc909df9d5e83795a953a69be26ead54dca9db7.tar.gz
gentoo-2-cdc909df9d5e83795a953a69be26ead54dca9db7.tar.bz2
gentoo-2-cdc909df9d5e83795a953a69be26ead54dca9db7.zip
Keyword for ~x86
(Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-util/coccinelle')
-rw-r--r--dev-util/coccinelle/ChangeLog5
-rw-r--r--dev-util/coccinelle/coccinelle-1.0.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/coccinelle/ChangeLog b/dev-util/coccinelle/ChangeLog
index 25d2621b6c8e..62d314e9957c 100644
--- a/dev-util/coccinelle/ChangeLog
+++ b/dev-util/coccinelle/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/coccinelle
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/coccinelle/ChangeLog,v 1.41 2015/07/08 00:20:54 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/coccinelle/ChangeLog,v 1.42 2015/07/08 05:52:00 patrick Exp $
+
+ 08 Jul 2015; Patrick Lauer <patrick@gentoo.org> coccinelle-1.0.1.ebuild:
+ Keyword for ~x86
08 Jul 2015; Tim Harder <radhermit@gentoo.org> -coccinelle-1.0.0_rc17.ebuild,
-coccinelle-1.0.0_rc18.ebuild, -coccinelle-1.0.0_rc19.ebuild,
diff --git a/dev-util/coccinelle/coccinelle-1.0.1.ebuild b/dev-util/coccinelle/coccinelle-1.0.1.ebuild
index 10d545c1c541..7ba17946d97c 100644
--- a/dev-util/coccinelle/coccinelle-1.0.1.ebuild
+++ b/dev-util/coccinelle/coccinelle-1.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/coccinelle/coccinelle-1.0.1.ebuild,v 1.1 2015/06/22 08:02:35 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/coccinelle/coccinelle-1.0.1.ebuild,v 1.2 2015/07/08 05:52:00 patrick Exp $
EAPI="5"
PYTHON_COMPAT=( python2_7 )
@@ -14,7 +14,7 @@ SRC_URI="http://coccinelle.lip6.fr/distrib/${MY_P}.tgz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE="doc emacs ocaml +ocamlopt pcre python test vim-syntax"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"