sys-fs/squashfs-tools-ng: Add more keywords
authorMatt Turner <mattst88@gentoo.org>
Wed, 24 Jul 2019 17:27:23 +0000 (10:27 -0700)
committerMatt Turner <mattst88@gentoo.org>
Wed, 24 Jul 2019 17:28:08 +0000 (10:28 -0700)
The test suite failed on 32-bit systems until today.

Signed-off-by: Matt Turner <mattst88@gentoo.org>
sys-fs/squashfs-tools-ng/squashfs-tools-ng-9999.ebuild

index eae431eb1dbd406460e88dd8d991cbd2dd8e2913..85a5d92ebc6b0658d8577d3faf030c3f5f98bf95 100644 (file)
@@ -9,7 +9,7 @@ if [[ ${PV} = 9999* ]]; then
        inherit autotools git-r3
        EGIT_REPO_URI="https://github.com/AgentD/${PN}.git"
 else
-       KEYWORDS="~alpha ~amd64 ~ia64 ~ppc64"
+       KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~x86"
        SRC_URI="https://infraroot.at/pub/squashfs/${P}.tar.xz"
 fi