blob: 1e0a31b3be0e3dc94c138e701f73a295f8af9816 [file] [log] [blame]
#
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
# $Header:$
#
EAPI=4
CROS_WORKON_PROJECT="chromiumos/third_party/ktop"
inherit cros-constants cros-workon toolchain-funcs
DESCRIPTION="Utility for looking at top users of system calls"
HOMEPAGE="${CROS_GIT_HOST_URL}/${CROS_WORKON_PROJECT}"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="-asan -clang"
REQUIRED_USE="asan? ( clang )"
DEPEND="sys-libs/ncurses"
src_configure() {
clang-setup-env
cros-workon_src_configure
tc-export CC
}