blob: 8e486a46436f87ec4fdfa24b420ffd478efa0c90 [file] [log] [blame]
# Copyright 2018 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
DESCRIPTION="List of packages required for the Chromium OS Printing subsystem"
HOMEPAGE="http://dev.chromium.org/"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
IUSE="postscript"
RDEPEND="
chromeos-base/ippusb_manager
net-print/cups
net-print/cups-filters
postscript? ( net-print/hplip )
"