commit: 22c6171ba22ae1daa7bb3d1e1f554914b43ae8b8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 31 16:38:31 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 31 16:40:44 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22c6171b
sys-apps/lsd: Remove unnecessary DEPEND from -r1
The system libgit2 dependency is no longer used, since it is pinned
to a version we don't have anymore. Besides, it was only listed
as DEPEND and not RDEPEND.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sys-apps/lsd/lsd-1.1.3-r1.ebuild | 4 ----
1 file changed, 4 deletions(-)
diff --git a/sys-apps/lsd/lsd-1.1.3-r1.ebuild b/sys-apps/lsd/lsd-1.1.3-r1.ebuild
index 7ba0dea25ce6..ffef5dfe498e 100644
--- a/sys-apps/lsd/lsd-1.1.3-r1.ebuild
+++ b/sys-apps/lsd/lsd-1.1.3-r1.ebuild
@@ -206,10 +206,6 @@ LICENSE+=" Apache-2.0 MIT MPL-2.0 Unicode-DFS-2016"
SLOT="0"
KEYWORDS="amd64 arm64 ppc64 ~riscv x86"
-DEPEND="
- dev-libs/libgit2:=
-"
-
QA_FLAGS_IGNORED="usr/bin/lsd"
src_prepare() {