blob: 81d40d986b0ba03f9466eb87b8c512aaecdcdfdb [file] [log] [blame]
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
CROS_WORKON_COMMIT="e1cb3b9c86ec37b742be1b59ee973e0eea35d2e3"
CROS_WORKON_TREE="00b91e25e3bf7c71b460b3870e960124ec6b53ec"
CROS_WORKON_PROJECT="chromiumos/platform/btsocket"
CROS_WORKON_LOCALNAME="../platform/btsocket"
PYTHON_COMPAT=( python2_7 python{3_6,3_7} )
inherit cros-sanitizers cros-workon distutils-r1
DESCRIPTION="Bluetooth Socket support module"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform/btsocket/"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
IUSE="-asan"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND=""
src_configure() {
sanitizers-setup-env
default
}