blob: 92764ddf971be8be9672960cf04ea1055fec4a56 [file] [log] [blame]
# Copyright 2020 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the BSD license.
#
# This virtual package wraps:
#
# dev-util/servo-config-dut-usb3-public
# dev-util/servo-config-dut-usb3-private
#
# ...to hide the dependency awkwardness of selecting which to install.
EAPI="7"
DESCRIPTION="List DUT USB 3 capability of Servo devices (virtual)."
LICENSE="BSD-Google"
KEYWORDS="*"
IUSE="internal"
SLOT="0/${PVR}"
RDEPEND="
dev-util/servo-config-dut-usb3-public:=
internal? ( dev-util/servo-config-dut-usb3-private:= )
"