mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-04 04:30:56 +02:00
pentoo-mobile: add build-tools
This commit is contained in:
parent
260b025b0d
commit
98749f2dc1
1 changed files with 5 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ DESCRIPTION="Pentoo mobile meta ebuild"
|
|||
HOMEPAGE="http://www.pentoo.ch"
|
||||
SLOT="0"
|
||||
LICENSE="GPL-3"
|
||||
IUSE="+android +ios pentoo-full"
|
||||
IUSE="+android +ios pentoo-extra pentoo-full"
|
||||
KEYWORDS="amd64 arm x86"
|
||||
|
||||
#projects to add?
|
||||
|
|
@ -34,10 +34,13 @@ PDEPEND="dev-util/frida-tools
|
|||
pentoo-full? (
|
||||
dev-python/apkid
|
||||
!arm? ( app-misc/gplaycli
|
||||
dev-util/android-sdk-update-manager
|
||||
dev-util/build-tools
|
||||
)
|
||||
dev-util/androguard
|
||||
)
|
||||
pentoo-extra? (
|
||||
dev-util/android-sdk-update-manager
|
||||
)
|
||||
)
|
||||
ios? (
|
||||
app-pda/ideviceinstaller
|
||||
Loading…
Reference in a new issue