diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-03-16 20:57:36 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-03-16 21:26:52 +1100 |
commit | 9010f3afd0af693064cf39bb82ea3e3a703132ae (patch) | |
tree | 23fe6d3d38094bac061531c86707b552e685d5d6 /dev-lua | |
parent | dev-lua/mediator_lua: add ~x86 keyword (diff) | |
download | gentoo-9010f3afd0af693064cf39bb82ea3e3a703132ae.tar.gz gentoo-9010f3afd0af693064cf39bb82ea3e3a703132ae.tar.bz2 gentoo-9010f3afd0af693064cf39bb82ea3e3a703132ae.zip |
dev-lua/busted: add ~x86 keyword
Gentoo-bug: 581300
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-lua')
-rw-r--r-- | dev-lua/busted/busted-2.0_rc12_p1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lua/busted/busted-2.0_rc12_p1.ebuild b/dev-lua/busted/busted-2.0_rc12_p1.ebuild index 82ca60733ed5..aa6b635ffa83 100644 --- a/dev-lua/busted/busted-2.0_rc12_p1.ebuild +++ b/dev-lua/busted/busted-2.0_rc12_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=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:=" |