diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-03-16 20:55:24 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-03-16 21:26:50 +1100 |
commit | e52f486b5a9c08ee6ed6df80bb4b5960163070d6 (patch) | |
tree | 1f9fc6854db143b1a5aef3d7782bf70ede5d95ee /dev-lua/say | |
parent | dev-lua/dkjson: add ~x86 keyword (diff) | |
download | gentoo-e52f486b5a9c08ee6ed6df80bb4b5960163070d6.tar.gz gentoo-e52f486b5a9c08ee6ed6df80bb4b5960163070d6.tar.bz2 gentoo-e52f486b5a9c08ee6ed6df80bb4b5960163070d6.zip |
dev-lua/say: add ~x86 keyword
Gentoo-bug: 581300
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-lua/say')
-rw-r--r-- | dev-lua/say/say-1.3_p1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lua/say/say-1.3_p1.ebuild b/dev-lua/say/say-1.3_p1.ebuild index 9cfe1fe92ce5..f9057d68dccc 100644 --- a/dev-lua/say/say-1.3_p1.ebuild +++ b/dev-lua/say/say-1.3_p1.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 @@ -12,7 +12,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:=" |