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

dev-lua/dkjson/dkjson-2.5.ebuild

index 4a2d48dd572d2f13c0aac339a9b5306c2b1f198d..405143814e248e2e8b645e30bd50935e92f37e1c 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://dkolf.de/src/dkjson-lua.fsl/tarball/${P}.tar.gz?uuid=release_2_5
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 COMMON_DEPEND=">=dev-lang/lua-5.1:=