diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-03-27 07:52:02 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-03-27 08:31:34 +0100 |
commit | 8442a0d75928b9e20b7106aa2a30ccb831aebf08 (patch) | |
tree | 9063db5b019838ef1a6cd2b2acd85fa0442d2178 /dev-lua | |
parent | dev-lua/mediator_lua: keyworded 1.1.2_p0 for ppc64, bug #651516 (diff) | |
download | gentoo-8442a0d75928b9e20b7106aa2a30ccb831aebf08.tar.gz gentoo-8442a0d75928b9e20b7106aa2a30ccb831aebf08.tar.bz2 gentoo-8442a0d75928b9e20b7106aa2a30ccb831aebf08.zip |
dev-lua/say: keyworded 1.3_p1-r1 for ppc64, bug #651516
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"
Diffstat (limited to 'dev-lua')
-rw-r--r-- | dev-lua/say/say-1.3_p1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lua/say/say-1.3_p1-r1.ebuild b/dev-lua/say/say-1.3_p1-r1.ebuild index e5c2c5512d0e..a88eb9e41a52 100644 --- a/dev-lua/say/say-1.3_p1-r1.ebuild +++ b/dev-lua/say/say-1.3_p1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="luajit test" RDEPEND=" |