dev-lua/busted: add ~x86 keyword
authorMichael Palimaka <kensington@gentoo.org>
Thu, 16 Mar 2017 09:57:36 +0000 (20:57 +1100)
committerMichael Palimaka <kensington@gentoo.org>
Thu, 16 Mar 2017 10:26:52 +0000 (21:26 +1100)
Gentoo-bug: 581300
Package-Manager: Portage-2.3.4, Repoman-2.3.2

dev-lua/busted/busted-2.0_rc12_p1.ebuild

index 82ca60733ed57cfb3dffcabe661e975cbe7284b5..aa6b635ffa83d0c1cad5a90434e1a78c26d485d8 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/Olivine-Labs/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 COMMON_DEPEND=">=dev-lang/lua-5.1:="