diff options
author | 2023-12-03 07:41:24 +0000 | |
---|---|---|
committer | 2023-12-03 07:41:24 +0000 | |
commit | 326e06cc124adc0ad509325ab8bb263479555d9d (patch) | |
tree | 69290b7eb11005d410b8d63fff886d67ff62d1bd /dev-libs/trio | |
parent | sys-libs/timezone-data: fix implicit int in ebuild check (diff) | |
download | gentoo-326e06cc124adc0ad509325ab8bb263479555d9d.tar.gz gentoo-326e06cc124adc0ad509325ab8bb263479555d9d.tar.bz2 gentoo-326e06cc124adc0ad509325ab8bb263479555d9d.zip |
dev-libs/trio: Keyword 1.17.1 ppc64, #891201
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/trio')
-rw-r--r-- | dev-libs/trio/trio-1.17.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/trio/trio-1.17.1.ebuild b/dev-libs/trio/trio-1.17.1.ebuild index d1df2e9d2c16..0b90ebdc9f0f 100644 --- a/dev-libs/trio/trio-1.17.1.ebuild +++ b/dev-libs/trio/trio-1.17.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/orbea/trio/releases/download/v${PV}/${P}.tar.gz" LICENSE="trio" SLOT="0" -KEYWORDS="amd64 ~arm64 ~ppc ~x86" +KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~x86" src_compile() { default |