Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 293505
Collapse All | Expand All

(-)android-sdk-update-manager-3.ebuild (+11 lines)
Lines 26-31 Link Here
26
	amd64? ( app-emulation/emul-linux-x86-gtklibs )
26
	amd64? ( app-emulation/emul-linux-x86-gtklibs )
27
	x86? ( x11-libs/gtk+:2 )"
27
	x86? ( x11-libs/gtk+:2 )"
28
28
29
QA_DT_HASH_x86="
30
	opt/${P}/tools/emulator
31
	opt/${P}/tools/adb
32
	opt/${P}/tools/mksdcard
33
	opt/${P}/tools/sqlite3
34
	opt/${P}/tools/hprof-conv
35
	opt/${P}/tools/zipalign
36
	opt/${P}/tools/dmtracedump
37
"
38
QA_DT_HASH_amd64="${QA_DT_HASH_x86}"
39
29
pkg_preinst() {
40
pkg_preinst() {
30
	enewgroup android
41
	enewgroup android
31
}
42
}

Return to bug 293505