dev-lua/luassert: add ~x86 keyword

Gentoo-bug: 581300
Package-Manager: Portage-2.3.4, Repoman-2.3.2
This commit is contained in:
Michael Palimaka
2017-03-16 20:55:53 +11:00
parent e52f486b5a
commit 07417a01e9

View File

@@ -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
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/Olivine-Labs/luassert/archive/v${PV}.tar.gz -> ${P}.
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64"
KEYWORDS="amd64 ~x86"
IUSE=""
COMMON_DEPEND=">=dev-lang/lua-5.1:="