blob: 7d88029f8ce82248c07f1f51b92830e7ecccae17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Metapackage for a fully configured cups printer setup"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
LICENSE="metapackage"
SLOT="0"
IUSE="+browsed +foomatic pdf +postscript +poppler zeroconf"
KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv sparc x86"
RDEPEND="
net-print/cups[zeroconf?]
net-print/libppd[postscript?,poppler?]
net-print/libcupsfilters[pdf?,poppler?]
net-print/cups-filters[foomatic?]
browsed? ( net-print/cups-browsed )
pdf? ( app-text/mupdf )
postscript? ( >=app-text/ghostscript-gpl-9.09[cups] )
"
|