diff options
author | Sam James <sam@gentoo.org> | 2023-02-24 18:50:38 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-24 18:50:38 +0000 |
commit | 9b28934de1cd0f461324d00fddb795787f44bbce (patch) | |
tree | f5337973190f0fd4b9fffca15448cd656d4df061 /sys-apps | |
parent | virtual/ssh: keyword for ~arm64-macos (diff) | |
download | gentoo-9b28934de1cd0f461324d00fddb795787f44bbce.tar.gz gentoo-9b28934de1cd0f461324d00fddb795787f44bbce.tar.bz2 gentoo-9b28934de1cd0f461324d00fddb795787f44bbce.zip |
sys-apps/arch-chroot: stabilize 28 for amd64
Signed-off-by: Sam James <sam@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 a1cc9022d97a..78f61c92ae6f 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" +KEYWORDS="amd64" BDEPEND="app-text/asciidoc" |