diff --git a/app-text/cewl/cewl-9999.ebuild b/app-text/cewl/cewl-9999.ebuild index 52b14f215..fda9431ff 100644 --- a/app-text/cewl/cewl-9999.ebuild +++ b/app-text/cewl/cewl-9999.ebuild @@ -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" diff --git a/net-wireless/proxmark3/proxmark3-9999.ebuild b/net-wireless/proxmark3/proxmark3-9999.ebuild index 65eea9cb9..631cf814b 100644 --- a/net-wireless/proxmark3/proxmark3-9999.ebuild +++ b/net-wireless/proxmark3/proxmark3-9999.ebuild @@ -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" diff --git a/profiles/pentoo/bootstrap/package.use b/profiles/pentoo/bootstrap/package.use index 0d8263fd7..90362ad96 100644 --- a/profiles/pentoo/bootstrap/package.use +++ b/profiles/pentoo/bootstrap/package.use @@ -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