blob: e0964074e350493a46df04bd26ff87c421c66842 (
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 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 ~arm64 ~loong ~ppc ~ppc64"
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] )
"
|