blob: 3f2b29cbfdd2df3c35ff9baf0f54ef735aed5d88 [file] [log] [blame]
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=4
DESCRIPTION="Chrome OS virtual ModemManager package"
HOMEPAGE="http://src.chromium.org"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm x86"
IUSE="+modemmanager_next"
# TODO(benchan): Remove this virtual package once there is no need to switch
# back to modemmanager.
DEPEND="
modemmanager_next? (
net-misc/modemmanager-next
net-misc/modemmanager-classic-interfaces
!net-misc/modemmanager
!net-misc/modemmanager-next-interfaces
)
!modemmanager_next? (
!net-misc/modemmanager-next
!net-misc/modemmanager-classic-interfaces
net-misc/modemmanager
net-misc/modemmanager-next-interfaces
)
"
RDEPEND="${DEPEND}"