mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
app-misc/jq-1.7_pre20201109: Add patch for git bdep (bug #776385)
Closes: https://bugs.gentoo.org/776385 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
This commit is contained in:
committed by
Patrick McLean
parent
4b17033d7f
commit
5e850fa723
13
app-misc/jq/files/jq-1.7_pre20201109-no-git-bdep.patch
Normal file
13
app-misc/jq/files/jq-1.7_pre20201109-no-git-bdep.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 0441d4a..592ceb9 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -1,8 +1,3 @@
|
||||
-m4_define([jq_version],
|
||||
- m4_esyscmd_s([(git rev-parse --verify -q jq-1.0 > /dev/null &&
|
||||
- (git describe --tags --dirty --match 'jq-*'|sed 's/^jq-//')) ||
|
||||
- echo `git rev-parse --abbrev-ref HEAD`-`git describe --always --dirty`])))
|
||||
-
|
||||
AC_INIT([jq], [jq_version], [https://github.com/stedolan/jq/issues],
|
||||
[jq], [https://stedolan.github.io/jq])
|
||||
|
||||
@@ -34,6 +34,8 @@ PATCHES=(
|
||||
"${FILESDIR}"/jq-1.7-runpath.patch
|
||||
"${FILESDIR}"/jq-1.7-warnings.patch
|
||||
"${FILESDIR}"/jq-1.7-visible-null.patch
|
||||
# https://bugs.gentoo.org/776385
|
||||
"${FILESDIR}"/jq-1.7_pre20201109-no-git-bdep.patch
|
||||
)
|
||||
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
Reference in New Issue
Block a user