diff options
author | Sam James <sam@gentoo.org> | 2025-01-08 20:43:32 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2025-01-08 20:43:32 +0000 |
commit | bb5b5b276fdb1d13d4de8f7b49e632d88811fc1a (patch) | |
tree | fbaccab9a445f9cfb5abbf6087d251d19cab9ada /app-arch | |
parent | sys-libs/pam: depend on >=elogind-254 and >=systemd-254 for USE=elogind/systemd (diff) | |
download | gentoo-bb5b5b276fdb1d13d4de8f7b49e632d88811fc1a.tar.gz gentoo-bb5b5b276fdb1d13d4de8f7b49e632d88811fc1a.tar.bz2 gentoo-bb5b5b276fdb1d13d4de8f7b49e632d88811fc1a.zip |
app-arch/7zip: Stabilize 24.09 amd64, #947734
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/7zip/7zip-24.09.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/7zip/7zip-24.09.ebuild b/app-arch/7zip/7zip-24.09.ebuild index 65deea631e60..733cf8590147 100644 --- a/app-arch/7zip/7zip-24.09.ebuild +++ b/app-arch/7zip/7zip-24.09.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 @@ -17,7 +17,7 @@ S="${WORKDIR}" LICENSE="LGPL-2 BSD rar? ( unRAR )" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv" +KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~riscv" IUSE="uasm jwasm rar" REQUIRED_USE="?? ( uasm jwasm )" |