diff options
author | Maciej Barć <xgqt@protonmail.com> | 2020-12-28 21:49:03 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@protonmail.com> | 2020-12-28 21:49:03 +0100 |
commit | 98f6d6b280011bc12637b403f3da26e36df3cab3 (patch) | |
tree | d78b8e2d8688ab7f892b992a430b47fca67d1c5c /dev-vcs | |
parent | dev-vcs/gitahead: sed for gnome-keyring removal (diff) | |
download | guru-98f6d6b280011bc12637b403f3da26e36df3cab3.tar.gz guru-98f6d6b280011bc12637b403f3da26e36df3cab3.tar.bz2 guru-98f6d6b280011bc12637b403f3da26e36df3cab3.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>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/gitahead/gitahead-2.6.3.ebuild | 1 |
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 } |