diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-15 17:22:52 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-15 17:22:52 +0200 |
commit | 6d87bd04b70b0367e284e46eaca181bd48d3badf (patch) | |
tree | 27ebec0cbe736f6b4034ebe2e40f2cb32ea7ac9c /dev-lua | |
parent | dev-libs/vanessa-adt: Sort KEYWORDS (diff) | |
download | gentoo-6d87bd04b70b0367e284e46eaca181bd48d3badf.tar.gz gentoo-6d87bd04b70b0367e284e46eaca181bd48d3badf.tar.bz2 gentoo-6d87bd04b70b0367e284e46eaca181bd48d3badf.zip |
dev-lua/luarocks: Sort KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lua')
-rw-r--r-- | dev-lua/luarocks/luarocks-2.0.12.ebuild | 4 | ||||
-rw-r--r-- | dev-lua/luarocks/luarocks-2.0.7.1.ebuild | 4 | ||||
-rw-r--r-- | dev-lua/luarocks/luarocks-2.0.8.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-lua/luarocks/luarocks-2.0.12.ebuild b/dev-lua/luarocks/luarocks-2.0.12.ebuild index 6388ebadd599..d1b114274466 100644 --- a/dev-lua/luarocks/luarocks-2.0.12.ebuild +++ b/dev-lua/luarocks/luarocks-2.0.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -11,7 +11,7 @@ SRC_URI="http://luarocks.org/releases/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="curl openssl" DEPEND="dev-lang/lua diff --git a/dev-lua/luarocks/luarocks-2.0.7.1.ebuild b/dev-lua/luarocks/luarocks-2.0.7.1.ebuild index 49bbaec0dc7f..85009d19c02c 100644 --- a/dev-lua/luarocks/luarocks-2.0.7.1.ebuild +++ b/dev-lua/luarocks/luarocks-2.0.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -11,7 +11,7 @@ SRC_URI="http://luarocks.org/releases/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="curl openssl" DEPEND="dev-lang/lua diff --git a/dev-lua/luarocks/luarocks-2.0.8.ebuild b/dev-lua/luarocks/luarocks-2.0.8.ebuild index ba04b9c27365..a4e71ae1e79b 100644 --- a/dev-lua/luarocks/luarocks-2.0.8.ebuild +++ b/dev-lua/luarocks/luarocks-2.0.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -11,7 +11,7 @@ SRC_URI="http://luarocks.org/releases/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="curl openssl" DEPEND="dev-lang/lua |