diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-23 17:51:32 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-23 17:51:32 +0000 |
commit | 6762aea7f670d221323495bdd6b73b972606e838 (patch) | |
tree | 1a53df864c6107b074dcb47f372eb0792e6a6f86 /sys-apps | |
parent | sys-apps/arch-chroot: Keyword 28 hppa, #921376 (diff) | |
download | gentoo-6762aea7f670d221323495bdd6b73b972606e838.tar.gz gentoo-6762aea7f670d221323495bdd6b73b972606e838.tar.bz2 gentoo-6762aea7f670d221323495bdd6b73b972606e838.zip |
sys-apps/arch-chroot: Stabilize 28 ppc64, #921378
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-apps')
-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 ae08130a79ee..479eb2a7bdf0 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 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86" BDEPEND="app-text/asciidoc" |