diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-04-20 23:47:17 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-04-20 23:47:43 +0200 |
commit | 728e6e01022da2eab741364507fa8e34a87c65a4 (patch) | |
tree | ec17baf687148e5d4f2471314ec017249692186a /net-print | |
parent | gnome-extra/gnome-integration-spotify: fix patches to actually apply (diff) | |
download | gentoo-728e6e01022da2eab741364507fa8e34a87c65a4.tar.gz gentoo-728e6e01022da2eab741364507fa8e34a87c65a4.tar.bz2 gentoo-728e6e01022da2eab741364507fa8e34a87c65a4.zip |
net-print/cups-pdf: Force working ghostscript-gpl version
Bug: https://bugs.gentoo.org/779706
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/cups-pdf/cups-pdf-3.0.1-r1.ebuild (renamed from net-print/cups-pdf/cups-pdf-3.0.1.ebuild) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-print/cups-pdf/cups-pdf-3.0.1.ebuild b/net-print/cups-pdf/cups-pdf-3.0.1-r1.ebuild index c2856b42381b..f775a9ed1b83 100644 --- a/net-print/cups-pdf/cups-pdf-3.0.1.ebuild +++ b/net-print/cups-pdf/cups-pdf-3.0.1-r1.ebuild @@ -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 |