mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-16 05:12:38 +01:00
pentoo-mobile: add androguard under \!minipentoo
This commit is contained in:
parent
ec50da28e0
commit
27d5d4fbda
1 changed files with 4 additions and 2 deletions
|
|
@ -7,12 +7,11 @@ DESCRIPTION="Pentoo mobile meta ebuild"
|
|||
HOMEPAGE="http://www.pentoo.ch"
|
||||
SLOT="0"
|
||||
LICENSE="GPL-3"
|
||||
IUSE="+android +ios"
|
||||
IUSE="+android +ios minipentoo"
|
||||
KEYWORDS="amd64 arm x86"
|
||||
|
||||
#projects to add?
|
||||
#https://github.com/mwrlabs/mercury
|
||||
#http://code.google.com/p/androguard/
|
||||
#http://code.google.com/p/smali/
|
||||
#https://code.google.com/p/lime-forensics/downloads/list
|
||||
|
||||
|
|
@ -28,6 +27,9 @@ RDEPEND="${DEPEND}
|
|||
dev-util/android-sdk-update-manager
|
||||
app-misc/gplaycli
|
||||
)
|
||||
!minipentoo? (
|
||||
dev-python/androguard
|
||||
)
|
||||
)
|
||||
ios? ( sys-devel/clang
|
||||
app-pda/ideviceinstaller
|
||||
|
|
|
|||
Loading…
Reference in a new issue