diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-01-04 00:45:09 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-01-04 01:24:53 +0100 |
commit | d1782396497842822f75b0a64f86744a46345ce6 (patch) | |
tree | 9e4d7b13e628b71bf5c648138370b4b288e865f9 /dev-lua | |
parent | dev-lua/busted: arm64 stable (diff) | |
download | gentoo-d1782396497842822f75b0a64f86744a46345ce6.tar.gz gentoo-d1782396497842822f75b0a64f86744a46345ce6.tar.bz2 gentoo-d1782396497842822f75b0a64f86744a46345ce6.zip |
dev-lua/busted: stable ppc ppc64
This package was already keyworded, but somehow the keywords were never
added.
Bug: https://bugs.gentoo.org/756124
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-lua')
-rw-r--r-- | dev-lua/busted/busted-2.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lua/busted/busted-2.0.0.ebuild b/dev-lua/busted/busted-2.0.0.ebuild index 270e8d7860f4..69f13190ecd6 100644 --- a/dev-lua/busted/busted-2.0.0.ebuild +++ b/dev-lua/busted/busted-2.0.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/Olivine-Labs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 arm arm64 ppc ppc64 x86" IUSE="test" RESTRICT="!test? ( test )" |