diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-03-16 20:54:58 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-03-16 21:26:49 +1100 |
commit | 01279651b6a4ba1ed4b1976e5f05a31b2ce25869 (patch) | |
tree | 5f901cc5918fa4698e2ca31df80f6503eceee63f /dev-lua/dkjson | |
parent | dev-lua/luasystem: add ~x86 keyword (diff) | |
download | gentoo-01279651b6a4ba1ed4b1976e5f05a31b2ce25869.tar.gz gentoo-01279651b6a4ba1ed4b1976e5f05a31b2ce25869.tar.bz2 gentoo-01279651b6a4ba1ed4b1976e5f05a31b2ce25869.zip |
dev-lua/dkjson: add ~x86 keyword
Gentoo-bug: 581300
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-lua/dkjson')
-rw-r--r-- | dev-lua/dkjson/dkjson-2.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lua/dkjson/dkjson-2.5.ebuild b/dev-lua/dkjson/dkjson-2.5.ebuild index 4a2d48dd572d..405143814e24 100644 --- a/dev-lua/dkjson/dkjson-2.5.ebuild +++ b/dev-lua/dkjson/dkjson-2.5.ebuild @@ -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:= |