diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-03-29 17:31:23 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-04-01 15:32:38 +0200 |
commit | be3332927469e4ae61e7d731f44f250ed23b7ba5 (patch) | |
tree | 76fc907a374f09f61c7b3d7aa49d1b73914c5502 /dev-util/coccigrep | |
parent | dev-util/coccinelle: Drop ~x86 keywords (diff) | |
download | gentoo-be3332927469e4ae61e7d731f44f250ed23b7ba5.tar.gz gentoo-be3332927469e4ae61e7d731f44f250ed23b7ba5.tar.bz2 gentoo-be3332927469e4ae61e7d731f44f250ed23b7ba5.zip |
dev-util/coccigrep: Drop ~x86 keywords.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-util/coccigrep')
-rw-r--r-- | dev-util/coccigrep/coccigrep-1.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/coccigrep/coccigrep-1.13.ebuild b/dev-util/coccigrep/coccigrep-1.13.ebuild index 2b39af1f209c..6cc6aa3b0ab8 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] |