diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-05 18:15:32 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-05 18:15:32 +0000 |
commit | 617128c17c4c97149b2c684622d5711e3287bd06 (patch) | |
tree | 01f93fda34dba2ca3bf5ecfb592dc4327d972134 /sys-apps/arch-chroot | |
parent | dev-util/meson: Stabilize 1.3.0-r2 ppc, #921373 (diff) | |
download | gentoo-617128c17c4c97149b2c684622d5711e3287bd06.tar.gz gentoo-617128c17c4c97149b2c684622d5711e3287bd06.tar.bz2 gentoo-617128c17c4c97149b2c684622d5711e3287bd06.zip |
sys-apps/arch-chroot: Keyword 28 s390, #921376
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-apps/arch-chroot')
-rw-r--r-- | sys-apps/arch-chroot/arch-chroot-28.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/arch-chroot/arch-chroot-28.ebuild b/sys-apps/arch-chroot/arch-chroot-28.ebuild index f2675b678611..64212bc34e4d 100644 --- a/sys-apps/arch-chroot/arch-chroot-28.ebuild +++ b/sys-apps/arch-chroot/arch-chroot-28.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/archlinux/arch-install-scripts/archive/refs/tags/v${ LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86" +KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 x86" BDEPEND="app-text/asciidoc" |