aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Torokhov <torokhov-s-a@yandex.ru>2024-11-09 00:40:00 +0300
committerSergey Torokhov <torokhov-s-a@yandex.ru>2024-11-09 00:40:00 +0300
commit669997476ef14f6266518b6ad7e4559b3211a37c (patch)
tree516f0a1676abfb8aa267664162acf19f4541acc7 /dev-vcs
parentmedia-sound/tidal-hifi-bin: drop 5.16.0 (diff)
downloadguru-669997476ef14f6266518b6ad7e4559b3211a37c.tar.gz
guru-669997476ef14f6266518b6ad7e4559b3211a37c.tar.bz2
guru-669997476ef14f6266518b6ad7e4559b3211a37c.zip
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>
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/gitqlient/gitqlient-1.6.3.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-vcs/gitqlient/gitqlient-1.6.3.ebuild b/dev-vcs/gitqlient/gitqlient-1.6.3.ebuild
index a1047e8fd..b05843eb2 100644
--- a/dev-vcs/gitqlient/gitqlient-1.6.3.ebuild
+++ b/dev-vcs/gitqlient/gitqlient-1.6.3.ebuild
@@ -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() {