diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-02-11 22:52:22 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-02-11 22:56:20 +0100 |
commit | c316800af2c8f3d265472b6c6d76537af05f440f (patch) | |
tree | 855c4376670ab93c466cfc71ff4cec0b2e6c2eb7 /dev-util | |
parent | dev-ml/sexplib: x86 keyworded (bug #527318) (diff) | |
download | gentoo-c316800af2c8f3d265472b6c6d76537af05f440f.tar.gz gentoo-c316800af2c8f3d265472b6c6d76537af05f440f.tar.bz2 gentoo-c316800af2c8f3d265472b6c6d76537af05f440f.zip |
dev-util/coccinelle: x86 keyworded (bug #614216)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/coccinelle/coccinelle-1.0.5.ebuild | 4 | ||||
-rw-r--r-- | dev-util/coccinelle/coccinelle-1.0.6.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/coccinelle/coccinelle-1.0.5.ebuild b/dev-util/coccinelle/coccinelle-1.0.5.ebuild index 5d511dcf7a2a..e4f865f92b0e 100644 --- a/dev-util/coccinelle/coccinelle-1.0.5.ebuild +++ b/dev-util/coccinelle/coccinelle-1.0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -13,7 +13,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}" diff --git a/dev-util/coccinelle/coccinelle-1.0.6.ebuild b/dev-util/coccinelle/coccinelle-1.0.6.ebuild index 403ac36a8d1d..1e97b0576dc1 100644 --- a/dev-util/coccinelle/coccinelle-1.0.6.ebuild +++ b/dev-util/coccinelle/coccinelle-1.0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,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}" |