diff options
author | 2017-03-29 16:44:03 +0200 | |
---|---|---|
committer | 2017-04-01 15:32:38 +0200 | |
commit | 88ede79476666a0a99b449040d4e58cd0bf948ea (patch) | |
tree | 89b552b0675515dcf8f3cdd3c355ee6ed3c8c84d /dev-util/coccinelle/coccinelle-1.0.5.ebuild | |
parent | dev-ml/sexplib: Remove old. This was the last ~x86 version but it does not ev... (diff) | |
download | gentoo-88ede79476666a0a99b449040d4e58cd0bf948ea.tar.gz gentoo-88ede79476666a0a99b449040d4e58cd0bf948ea.tar.bz2 gentoo-88ede79476666a0a99b449040d4e58cd0bf948ea.zip |
dev-util/coccinelle: Drop ~x86 keywords
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-util/coccinelle/coccinelle-1.0.5.ebuild')
-rw-r--r-- | dev-util/coccinelle/coccinelle-1.0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/coccinelle/coccinelle-1.0.5.ebuild b/dev-util/coccinelle/coccinelle-1.0.5.ebuild index 1b67ee46e79a..277f24d71763 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}" |