diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-05-24 22:44:28 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-05-24 23:08:38 +0100 |
commit | cae073de279f1c3821ff8d3ab4f2a536ae5ae6e1 (patch) | |
tree | 78b2f0568b796b6535ed1cf87dbb11ae8e9d0633 /dev-lua/luassert | |
parent | dev-lua/luacheck: stable 0.20.0 for ppc, bug #638140 (diff) | |
download | gentoo-cae073de279f1c3821ff8d3ab4f2a536ae5ae6e1.tar.gz gentoo-cae073de279f1c3821ff8d3ab4f2a536ae5ae6e1.tar.bz2 gentoo-cae073de279f1c3821ff8d3ab4f2a536ae5ae6e1.zip |
dev-lua/luassert: stable 1.7.10 for ppc, bug #638140
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-lua/luassert')
-rw-r--r-- | dev-lua/luassert/luassert-1.7.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lua/luassert/luassert-1.7.10.ebuild b/dev-lua/luassert/luassert-1.7.10.ebuild index 4491944cca6a..8a9e04397b7b 100644 --- a/dev-lua/luassert/luassert-1.7.10.ebuild +++ b/dev-lua/luassert/luassert-1.7.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/Olivine-Labs/luassert/archive/v${PV}.tar.gz -> ${P}. LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 arm ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 arm ppc ~ppc64 ~x86" IUSE="luajit test" CDEPEND=" |