aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@protonmail.com>2020-12-28 21:49:03 +0100
committerMaciej Barć <xgqt@protonmail.com>2020-12-28 21:49:03 +0100
commit98f6d6b280011bc12637b403f3da26e36df3cab3 (patch)
treed78b8e2d8688ab7f892b992a430b47fca67d1c5c
parentdev-vcs/gitahead: sed for gnome-keyring removal (diff)
downloadguru-98f6d6b2.tar.gz
guru-98f6d6b2.tar.bz2
guru-98f6d6b2.zip
dev-vcs/gitahead: rm unnecessary default function from src_prepare
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Maciej Barć <xgqt@protonmail.com>
-rw-r--r--dev-vcs/gitahead/gitahead-2.6.3.ebuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-vcs/gitahead/gitahead-2.6.3.ebuild b/dev-vcs/gitahead/gitahead-2.6.3.ebuild
index 6b1503782..1f1a63b21 100644
--- a/dev-vcs/gitahead/gitahead-2.6.3.ebuild
+++ b/dev-vcs/gitahead/gitahead-2.6.3.ebuild
@@ -57,7 +57,6 @@ src_prepare() {
if ! use gnome-keyring; then
sed -i 's/add_subdirectory(git)//' ./dep/CMakeLists.txt || die
fi
- default
cmake_src_prepare
}