commit: 88ede79476666a0a99b449040d4e58cd0bf948ea Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Wed Mar 29 14:44:03 2017 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Sat Apr 1 13:32:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88ede794
dev-util/coccinelle: Drop ~x86 keywords Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-util/coccinelle/coccinelle-1.0.5.ebuild | 4 ++-- 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 1b67ee46e79..277f24d7176 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-2016 Gentoo Foundation +# Copyright 1999-2017 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 ~x86" +KEYWORDS="~amd64" 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 4e0d8f5af5c..0ebabfb7118 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-2016 Gentoo Foundation +# Copyright 1999-2017 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 ~x86" +KEYWORDS="~amd64" IUSE="doc emacs ocaml +ocamlopt pcre python test vim-syntax" REQUIRED_USE="${PYTHON_REQUIRED_USE}"
