# Copyright 2018 The Chromium OS Authors. All rights reserved. | |
# Distributed under the terms of the GNU General Public License v2 | |
EAPI="6" | |
DESCRIPTION="List of packages that are needed inside the SDK, but where we only | |
want to install a binpkg. We never want to install build-time deps or recompile | |
from source unless the user explicitly requests it." | |
HOMEPAGE="http://dev.chromium.org/" | |
LICENSE="BSD-Google" | |
SLOT="0" | |
KEYWORDS="*" | |
IUSE="" | |
RDEPEND="virtual/target-chromium-os-sdk-nobdeps" | |
DEPEND="${RDEPEND}" |