mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
net-print/cups-pdf: Force working ghostscript-gpl version
Bug: https://bugs.gentoo.org/779706 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -8,6 +8,7 @@ inherit toolchain-funcs
|
||||
DESCRIPTION="Provides a virtual printer for CUPS to produce PDF files"
|
||||
HOMEPAGE="https://www.cups-pdf.de/"
|
||||
SRC_URI="https://www.cups-pdf.de/src/${PN}_${PV/_}.tar.gz"
|
||||
S=${WORKDIR}/${PN}-${PV/_}
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
@@ -16,12 +17,10 @@ IUSE="+ppds"
|
||||
|
||||
RDEPEND="
|
||||
net-print/cups
|
||||
app-text/ghostscript-gpl
|
||||
<app-text/ghostscript-gpl-9.54
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
S=${WORKDIR}/${PN}-${PV/_}
|
||||
|
||||
src_compile() {
|
||||
pushd src >/dev/null
|
||||
$(tc-getCC) ${LDFLAGS} ${CFLAGS} ${PN}.c -o ${PN} -lcups || die
|
||||
Reference in New Issue
Block a user