mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
dev-vcs/gitqlient: 1.6.3 drop '-Werror' flag
Closes: https://bugs.gentoo.org/942807 Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
This commit is contained in:
@@ -30,7 +30,8 @@ src_prepare() {
|
||||
sed -i -e '/message("Submodule update:")/d' \
|
||||
-e "/system(git submodule update --init --recursive)/d" \
|
||||
-e "/GQ_SHA =/s| \$\$system(git rev-parse --short HEAD)||" \
|
||||
-e "/VERSION =/s| \$\$system(git describe --abbrev=0)||" "${MY_PN}".pro || die
|
||||
-e "/VERSION =/s| \$\$system(git describe --abbrev=0)||" \
|
||||
-e "s/ -Werror//" "${MY_PN}".pro || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
|
||||
Reference in New Issue
Block a user