blob: b54f4d35a50499f2db2bcc528a76180cc4ab82a2 [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"
# crosbug.com/26708 tracks the modemmanager -> modemmanager-next transition
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}"