diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-02 12:06:32 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-02 12:06:32 +0200 |
commit | 6f889faebe68790aabec7ba1087555a5ac741177 (patch) | |
tree | 2c2adf260c0949523ba4d7c00c1e62a2b2ff10c8 /sys-apps/eza | |
parent | app-antivirus/clamav: drop 1.0.3 (diff) | |
download | gentoo-6f889faebe68790aabec7ba1087555a5ac741177.tar.gz gentoo-6f889faebe68790aabec7ba1087555a5ac741177.tar.bz2 gentoo-6f889faebe68790aabec7ba1087555a5ac741177.zip |
sys-apps/eza: Stabilize 0.15.3 arm64, #924987
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-apps/eza')
-rw-r--r-- | sys-apps/eza/eza-0.15.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/eza/eza-0.15.3.ebuild b/sys-apps/eza/eza-0.15.3.ebuild index bc7d1412aa31..a54e5f2af22d 100644 --- a/sys-apps/eza/eza-0.15.3.ebuild +++ b/sys-apps/eza/eza-0.15.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -186,7 +186,7 @@ LICENSE="MIT" # Dependent crate licenses LICENSE+=" Apache-2.0 LGPL-3+ MIT Unicode-DFS-2016" SLOT="0" -KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~x86" IUSE="+git" DEPEND="git? ( dev-libs/libgit2:= )" |