mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
portapack-mayhem: fix release deps
This commit is contained in:
parent
c6f9dc038b
commit
1d7c47bfdf
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
||||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue