Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/coccinelle/
Date: Sat, 01 Apr 2017 13:32:56
Message-Id: 1491053558.88ede79476666a0a99b449040d4e58cd0bf948ea.aballier@gentoo
1 commit: 88ede79476666a0a99b449040d4e58cd0bf948ea
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 29 14:44:03 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 1 13:32:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88ede794
7
8 dev-util/coccinelle: Drop ~x86 keywords
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-util/coccinelle/coccinelle-1.0.5.ebuild | 4 ++--
13 dev-util/coccinelle/coccinelle-1.0.6.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-util/coccinelle/coccinelle-1.0.5.ebuild b/dev-util/coccinelle/coccinelle-1.0.5.ebuild
17 index 1b67ee46e79..277f24d7176 100644
18 --- a/dev-util/coccinelle/coccinelle-1.0.5.ebuild
19 +++ b/dev-util/coccinelle/coccinelle-1.0.5.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="5"
26 @@ -13,7 +13,7 @@ SRC_URI="http://coccinelle.lip6.fr/distrib/${MY_P}.tgz"
27
28 LICENSE="GPL-2"
29 SLOT="0"
30 -KEYWORDS="~amd64 ~x86"
31 +KEYWORDS="~amd64"
32 IUSE="doc emacs ocaml +ocamlopt pcre python test vim-syntax"
33 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
34
35
36 diff --git a/dev-util/coccinelle/coccinelle-1.0.6.ebuild b/dev-util/coccinelle/coccinelle-1.0.6.ebuild
37 index 4e0d8f5af5c..0ebabfb7118 100644
38 --- a/dev-util/coccinelle/coccinelle-1.0.6.ebuild
39 +++ b/dev-util/coccinelle/coccinelle-1.0.6.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2016 Gentoo Foundation
42 +# Copyright 1999-2017 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=6
46 @@ -13,7 +13,7 @@ SRC_URI="http://coccinelle.lip6.fr/distrib/${MY_P}.tgz"
47
48 LICENSE="GPL-2"
49 SLOT="0"
50 -KEYWORDS="~amd64 ~x86"
51 +KEYWORDS="~amd64"
52 IUSE="doc emacs ocaml +ocamlopt pcre python test vim-syntax"
53 REQUIRED_USE="${PYTHON_REQUIRED_USE}"