mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
bootstrap-profile: less verify-sig
This commit is contained in:
parent
2b3829fed8
commit
1f87db0fb2
3 changed files with 5 additions and 1 deletions
|
|
@ -12,6 +12,7 @@ if [ "${PV}" == "9999" ]; then
|
|||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/digininja/CeWL.git"
|
||||
EGIT_CHECKOUT_DIR="${WORKDIR}/all/CeWL-${PV}"
|
||||
EGIT_BRANCH="max_length"
|
||||
else
|
||||
SRC_URI="https://github.com/digininja/CeWL/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="amd64 x86"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,9 @@ inherit udev toolchain-funcs
|
|||
|
||||
if [ "${PV}" = "9999" ]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/RfidResearchGroup/proxmark3.git"
|
||||
#EGIT_REPO_URI="https://github.com/RfidResearchGroup/proxmark3.git"
|
||||
EGIT_REPO_URI="https://github.com/ZeroChaos-/proxmark3.git"
|
||||
RESTRICT="strip"
|
||||
else
|
||||
#snapshot
|
||||
#HASH_COMMIT="1ac5211601b50b82b41737dce0c3a72d9e0374ac"
|
||||
|
|
|
|||
|
|
@ -53,3 +53,4 @@ dev-libs/libgpg-error -verify-sig
|
|||
dev-libs/nettle -verify-sig
|
||||
sys-apps/util-linux -verify-sig
|
||||
net-dns/c-ares -verify-sig
|
||||
dev-libs/libassuan -verify-sig
|
||||
|
|
|
|||
Loading…
Reference in a new issue