commit: be3332927469e4ae61e7d731f44f250ed23b7ba5 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Wed Mar 29 15:31:23 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=be333292
dev-util/coccigrep: Drop ~x86 keywords. Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-util/coccigrep/coccigrep-1.13.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/coccigrep/coccigrep-1.13.ebuild b/dev-util/coccigrep/coccigrep-1.13.ebuild index 2b39af1f209..6cc6aa3b0ab 100644 --- a/dev-util/coccigrep/coccigrep-1.13.ebuild +++ b/dev-util/coccigrep/coccigrep-1.13.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 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/regit/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" IUSE="doc emacs vim" RDEPEND="dev-util/coccinelle[python]
