diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-01-05 06:31:58 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-01-05 06:31:58 +0000 |
commit | e4d9d6796d5018e338f0b27a3bc97716195bf0b8 (patch) | |
tree | 38d56da69a3b5d5ccc7d73796d38469f5d4e610c /sys-apps/arch-chroot | |
parent | 38efae7f3eb932ed41510139679efd5c1e2f5eda (diff) |
gentoo auto-resync : 05:01:2025 - 06:31:57edge
Diffstat (limited to 'sys-apps/arch-chroot')
-rw-r--r-- | sys-apps/arch-chroot/Manifest | 2 | ||||
-rw-r--r-- | sys-apps/arch-chroot/arch-chroot-29.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/arch-chroot/Manifest b/sys-apps/arch-chroot/Manifest index 885955c19151..3412316ef957 100644 --- a/sys-apps/arch-chroot/Manifest +++ b/sys-apps/arch-chroot/Manifest @@ -1,5 +1,5 @@ DIST arch-install-scripts-v28.tar.gz 19730 BLAKE2B 0ff5ba79b200ad642e049ec19217cc5c0794d627a28f42e03c0df2444fef4d8488a6ee011d26fb8fe958c1a1a2fa0a13920567e394b2389c772f516b1fe8f388 SHA512 09a027b04b70e01ccd1fd82e3a443c876bdf978b94a922de9dea4dbc187360460ea35720816724b72fc31b02338b11bf39b47ec9156518a8a3ade000530bf1df DIST arch-install-scripts-v29.tar.bz2 19418 BLAKE2B 733d326fd5b2948fc30d4c8e4752e855b8babe73698019825bf828334d07e0c3527534d5f58248f701b6aeda41425c2c6869da77506be891a493c3871f3c5e1f SHA512 39239dcdcdf8cf9ef72b7a16f2c42133baa8791c9d2753a35818236d92a0327d0aacd399013a06548739000556481ce6608106280f185006140fea9468157066 EBUILD arch-chroot-28.ebuild 871 BLAKE2B cc8cc57ffec09e9ad9191e0fad913dc6a26ddf98c42be1165e1fe2032fb6996282ecfffedc8134d8ceb1986be5d6f958fa6caa3c83dc0d75ac26b3e89bcaa077 SHA512 82b09d2fa54d297814c93fe3ee0b17fba2ff6aa936f4b09d641b6c928aedae70d48e01f04803039ea3625746edb1540eaceb72e17256ad9880239fee96608c01 -EBUILD arch-chroot-29.ebuild 924 BLAKE2B bf389680e173d02e60cbaab37aa57f80ad93c484c38a9ef860932e4c80633cc4e211b812cc2018a56cd12e4ec5b49151c65908256b5caa91b8b272506469946f SHA512 96604330bec144ea037ebbdd3acc60baa6290de6dd49b81d7faf54b9beb42519577e8a830b412847cd8c671584177a56dc1a8207f7f0249d5f6ea75d746389ce +EBUILD arch-chroot-29.ebuild 917 BLAKE2B 98ba1894caa92dea334016d3b9f141815c48eebeffc4617c8b223a00487b34a0f97d1a3a6fa8aeac422fb6798c926dba915eea65fa86f5582199741d7cdd9147 SHA512 e6334172440a40d0148829d78a38bd73e2e8828f4fa6e664db0e90fd73ceb83188402a684c7ee341069f07f7ffc9aaa9fbeca1be0e2139aadb8401d6c644f357 MISC metadata.xml 660 BLAKE2B 563818fc11864a0cc992d1ae36b2da1d7419dbed8fc5c63428b64c073af630139c1154a4e818b4dacb2e9d56923338483d4c290ef943745401d5ee905276d518 SHA512 885e4cc9b4f1795445a394dc401270263da33c030a8233c6a8efb2d1ec034cf915fe40d94e93122dfe4db91205593eaef2e69439197d77208194bdeea0ba75c6 diff --git a/sys-apps/arch-chroot/arch-chroot-29.ebuild b/sys-apps/arch-chroot/arch-chroot-29.ebuild index 977b7d7aa688..9992f2b30c47 100644 --- a/sys-apps/arch-chroot/arch-chroot-29.ebuild +++ b/sys-apps/arch-chroot/arch-chroot-29.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023-2024 Gentoo Authors +# Copyright 2023-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ SRC_URI="https://gitlab.archlinux.org/archlinux/arch-install-scripts/-/archive/v S="${WORKDIR}/arch-install-scripts-v${PV}" 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" |