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/coccigrep/
Date: Sat, 01 Apr 2017 13:32:56
Message-Id: 1491053558.be3332927469e4ae61e7d731f44f250ed23b7ba5.aballier@gentoo
1 commit: be3332927469e4ae61e7d731f44f250ed23b7ba5
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 29 15:31:23 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=be333292
7
8 dev-util/coccigrep: Drop ~x86 keywords.
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-util/coccigrep/coccigrep-1.13.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-util/coccigrep/coccigrep-1.13.ebuild b/dev-util/coccigrep/coccigrep-1.13.ebuild
16 index 2b39af1f209..6cc6aa3b0ab 100644
17 --- a/dev-util/coccigrep/coccigrep-1.13.ebuild
18 +++ b/dev-util/coccigrep/coccigrep-1.13.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/regit/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
26
27 LICENSE="GPL-3"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~x86"
30 +KEYWORDS="~amd64"
31 IUSE="doc emacs vim"
32
33 RDEPEND="dev-util/coccinelle[python]