diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-07-24 10:27:23 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-07-24 10:28:08 -0700 |
commit | a7f5e0a17d37a33f8104152d0a43f108feda3e17 (patch) | |
tree | 15e17328f46c1c49f9437d9c43a93407fc2ae679 /sys-fs/squashfs-tools-ng | |
parent | kde-apps/kmail: remove unused patch(es) (diff) | |
download | gentoo-a7f5e0a17d37a33f8104152d0a43f108feda3e17.tar.gz gentoo-a7f5e0a17d37a33f8104152d0a43f108feda3e17.tar.bz2 gentoo-a7f5e0a17d37a33f8104152d0a43f108feda3e17.zip |
sys-fs/squashfs-tools-ng: Add more keywords
The test suite failed on 32-bit systems until today.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'sys-fs/squashfs-tools-ng')
-rw-r--r-- | sys-fs/squashfs-tools-ng/squashfs-tools-ng-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-9999.ebuild b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-9999.ebuild index eae431eb1dbd..85a5d92ebc6b 100644 --- a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-9999.ebuild +++ b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-9999.ebuild @@ -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 |