aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucio Sauer <watermanpaint@posteo.net>2024-08-13 02:35:07 +0200
committerLucio Sauer <watermanpaint@posteo.net>2024-08-13 02:35:07 +0200
commite6c83379eb80526192a858b253b1a575b12761a3 (patch)
tree3133121c4b0a2c66f39f3b8a79c583b7facca3b5 /x11-misc
parentdev-python/mpxj: add pypi upstream metadata (diff)
downloadguru-e6c83379eb80526192a858b253b1a575b12761a3.tar.gz
guru-e6c83379eb80526192a858b253b1a575b12761a3.tar.bz2
guru-e6c83379eb80526192a858b253b1a575b12761a3.zip
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@posteo.net>
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/ly/ly-9999.ebuild8
1 files changed, 0 insertions, 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