commit: 98f6d6b280011bc12637b403f3da26e36df3cab3
Author: Maciej Barć <xgqt <AT> protonmail <DOT> com>
AuthorDate: Mon Dec 28 20:49:03 2020 +0000
Commit: Maciej Barć <xgqt <AT> protonmail <DOT> com>
CommitDate: Mon Dec 28 20:49:03 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=98f6d6b2
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 <AT> protonmail.com>
dev-vcs/gitahead/gitahead-2.6.3.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-vcs/gitahead/gitahead-2.6.3.ebuild
b/dev-vcs/gitahead/gitahead-2.6.3.ebuild
index 6b150378..1f1a63b2 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
}