mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-08 01:15:00 +01:00
bulk_extractor: prepare to use a specific commit of deps, https://github.com/pentoo/pentoo-overlay/issues/1519
This commit is contained in:
parent
7055ebeec1
commit
3c7cf94420
1 changed files with 5 additions and 1 deletions
|
|
@ -12,7 +12,11 @@ HOMEPAGE="https://github.com/simsong/bulk_extractor"
|
||||||
# Please check a ".gitmodules" file on upstream before bump it
|
# Please check a ".gitmodules" file on upstream before bump it
|
||||||
EGIT_REPO_URI="https://github.com/simsong/bulk_extractor"
|
EGIT_REPO_URI="https://github.com/simsong/bulk_extractor"
|
||||||
if [[ ${PV} != *9999 ]]; then
|
if [[ ${PV} != *9999 ]]; then
|
||||||
EGIT_COMMIT="8563614408834087f242297813de9f75bdc9bedc"
|
#EGIT_COMMIT="8563614408834087f242297813de9f75bdc9bedc"
|
||||||
|
EGIT_OVERRIDE_COMMIT_SIMSONG_BULK_EXTRACTOR="v2.0.3"
|
||||||
|
# EGIT_OVERRIDE_COMMIT_SIMSONG_BE20_API="f6d985f4d5f8228c1000c268911ad0cd97daedf1"
|
||||||
|
# EGIT_OVERRIDE_COMMIT_DFXML_WORKING_GROUP_DFXML_CPP="a283c888b4bb84b3dab937928f9495290a5a8a47"
|
||||||
|
# EGIT_OVERRIDE_COMMIT_NEMTRIF_UTFCPP="2ad995746bf1731d5e21cde47c9c3deff56bdbc2"
|
||||||
KEYWORDS="amd64 ~x86"
|
KEYWORDS="amd64 ~x86"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue