mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 04:23:16 -04:00
dev-vcs/gitahead: sed for gnome-keyring removal
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
@@ -53,6 +53,14 @@ src_unpack() {
|
||||
done
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
if ! use gnome-keyring; then
|
||||
sed -i 's/add_subdirectory(git)//' ./dep/CMakeLists.txt || die
|
||||
fi
|
||||
default
|
||||
cmake_src_prepare
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cd "${BUILD_DIR}" || die
|
||||
|
||||
|
||||
Reference in New Issue
Block a user