mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
portapack-mayhem: track new next branch
This commit is contained in:
parent
cb0027d65f
commit
5e2dd4b17f
2 changed files with 1 additions and 3 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST portapack-mayhem-1.2.tar.gz 99117711 BLAKE2B c270f0fd21a4c3973a5fa16c6fb8e5488fe81ac11e223bc0c91c0b768abd1edbfc11db1579b1052c9d8338588056922a02ce2b77eb40ac79e9a40a5eb842ceec SHA512 c9bea6a33a997faccee0e3fa4bf136977e8ed36f4779f8766c0c9aabafe20b44fbdf2bf64c384bbd83def4f5ac8ee41671a25f787ad9df5737ad862436397a20
|
||||
|
|
@ -15,10 +15,9 @@ IUSE=""
|
|||
if [ "${PV}" == "9999" ]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/eried/portapack-mayhem.git"
|
||||
EGIT_BRANCH="gcc9.3-assert-redefinition"
|
||||
EGIT_BRANCH="next"
|
||||
else
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
SRC_URI="https://github.com/eried/portapack-mayhem/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
fi
|
||||
|
||||
DEPEND="sys-devel/gcc-arm-none-eabi"
|
||||
|
|
|
|||
Loading…
Reference in a new issue