portapack-mayhem: fix release deps

This commit is contained in:
Rick Farina (Zero_Chaos) 2020-08-21 13:34:40 -04:00
parent c6f9dc038b
commit 1d7c47bfdf
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 2 additions and 2 deletions

View file

@ -14,13 +14,13 @@ if [ "${PV}" == "9999" ]; then
inherit cmake git-r3
EGIT_REPO_URI="https://github.com/eried/portapack-mayhem.git"
EGIT_BRANCH="next"
DEPEND="sys-devel/gcc-arm-none-eabi"
else
KEYWORDS="~amd64 ~arm ~x86"
SRC_URI="https://github.com/eried/portapack-mayhem/releases/download/${PV}/mayhem_v${PV}_FIRMWARE.7z
sdcard-files? ( https://github.com/eried/portapack-mayhem/releases/download/${PV}/mayhem_v${PV}_COPY_TO_SDCARD.7z )"
fi
DEPEND="sys-devel/gcc-arm-none-eabi"
PDEPEND=">=net-wireless/hackrf-tools-2015.07.2-r1
>=app-mobilephone/dfu-util-0.7"

View file

@ -14,13 +14,13 @@ if [ "${PV}" == "9999" ]; then
inherit cmake git-r3
EGIT_REPO_URI="https://github.com/eried/portapack-mayhem.git"
EGIT_BRANCH="next"
DEPEND="sys-devel/gcc-arm-none-eabi"
else
KEYWORDS="~amd64 ~arm ~x86"
SRC_URI="https://github.com/eried/portapack-mayhem/releases/download/${PV}/mayhem_v${PV}_FIRMWARE.7z
sdcard-files? ( https://github.com/eried/portapack-mayhem/releases/download/${PV}/mayhem_v${PV}_COPY_TO_SDCARD.7z )"
fi
DEPEND="sys-devel/gcc-arm-none-eabi"
PDEPEND=">=net-wireless/hackrf-tools-2015.07.2-r1
>=app-mobilephone/dfu-util-0.7"