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

dev-lua/penlight/penlight-1.3.2.ebuild

index c88e81d9ce36560cce62666575b62a76b52e0a5c..facf995ec1363eff45ed0b82fdfc74b0146a589c 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=5
@@ -11,7 +11,7 @@ SRC_URI="http://stevedonovan.github.io/files/${PN}-1.3.2-core.zip"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 COMMON_DEPEND=">=dev-lang/lua-5.1:="