commit: e6c83379eb80526192a858b253b1a575b12761a3
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Tue Aug 13 00:35:07 2024 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Tue Aug 13 00:35:07 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e6c83379
x11-misc/ly: remove redundant pkg_setup
Always satisfied by BDEPEND="dev-vcs/git" inherited from the git-r3
eclass.
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
x11-misc/ly/ly-9999.ebuild | 8 --------
1 file changed, 8 deletions(-)
diff --git a/x11-misc/ly/ly-9999.ebuild b/x11-misc/ly/ly-9999.ebuild
index b9bf0b0fe..c6ff07ce3 100644
--- a/x11-misc/ly/ly-9999.ebuild
+++ b/x11-misc/ly/ly-9999.ebuild
@@ -159,14 +159,6 @@ ezig() {
edo "${EZIG}" "${@}"
}
-# Check if git is installed
-pkg_setup() {
- if ! type -P git >/dev/null; then
- eerror "git not found. Please install dev-vcs/git."
- die "git not found"
- fi
-}
-
# Unpack source and fetch dependencies
src_unpack() {
git-r3_src_unpack