| Summary: | app-misc/jq-1.6-r3 doesn't show version number | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Hasan Calisir <hasan.calisir> |
| Component: | Current packages | Assignee: | Victor Payno <vpayno+gentoo> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | chutzpah |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
*** This bug has been marked as a duplicate of bug 808471 *** |
Minor but important error. It breaks scripts that depend specific version of jq. ---------------------------------------------------- jq --version jq-jq_version ---------------------------------------------------- ---------------------------------------------------- jq --help jq - commandline JSON processor [version jq_version] ---------------------------------------------------- Possibly blamed line in ebuild; ------------------------------- sed -i -r "s:(m4_define\(\[jq_version\],) .+\):\1 \[${PV}\]):" configure.ac || die