commit: 669997476ef14f6266518b6ad7e4559b3211a37c Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru> AuthorDate: Fri Nov 8 21:40:00 2024 +0000 Commit: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru> CommitDate: Fri Nov 8 21:40:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=66999747
dev-vcs/gitqlient: 1.6.3 drop '-Werror' flag Closes: https://bugs.gentoo.org/942807 Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru> dev-vcs/gitqlient/gitqlient-1.6.3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() {
