diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2017-02-10 21:56:52 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2017-02-10 21:56:52 +0000 |
commit | 1aab7103b002db3d851dd50a8382ab147148a851 (patch) | |
tree | 10ed14d75e81e377742980b31e2f83fa3fc180ce | |
parent | sys-kernel/stable-sources: Version bump (diff) | |
download | portage-1aab7103b002db3d851dd50a8382ab147148a851.tar.xz |
dev-lang/luajit: Sync with upstream
Package-Manager: portage-2.3.3
-rw-r--r-- | dev-lang/luajit/luajit-2.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/luajit/luajit-2.0.4.ebuild b/dev-lang/luajit/luajit-2.0.4.ebuild index 4935a2f4..3b74cc0a 100644 --- a/dev-lang/luajit/luajit-2.0.4.ebuild +++ b/dev-lang/luajit/luajit-2.0.4.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 # $Id$ @@ -21,7 +21,7 @@ SRC_URI="http://luajit.org/download/${MY_P}.tar.gz LICENSE="MIT" # this should probably be pkgmoved to 2.0 for sake of consistency. SLOT="2" -KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm ppc x86 ~amd64-linux ~x86-linux" IUSE="lua52compat" S="${WORKDIR}/${MY_P}" |