bulk_extractor: prepare to use a specific commit of deps, https://github.com/pentoo/pentoo-overlay/issues/1519

This commit is contained in:
Anton Bolshakov 2023-06-07 01:32:03 +08:00
parent 7055ebeec1
commit 3c7cf94420
No known key found for this signature in database
GPG key ID: 32BDCED870788F04

View file

@ -12,7 +12,11 @@ HOMEPAGE="https://github.com/simsong/bulk_extractor"
# Please check a ".gitmodules" file on upstream before bump it
EGIT_REPO_URI="https://github.com/simsong/bulk_extractor"
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"
fi