commit: 728e6e01022da2eab741364507fa8e34a87c65a4 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Apr 20 21:47:17 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Apr 20 21:47:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=728e6e01
net-print/cups-pdf: Force working ghostscript-gpl version Bug: https://bugs.gentoo.org/779706 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../cups-pdf/{cups-pdf-3.0.1.ebuild => cups-pdf-3.0.1-r1.ebuild} | 5 ++--- 1 file 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 similarity index 96% rename from net-print/cups-pdf/cups-pdf-3.0.1.ebuild rename to net-print/cups-pdf/cups-pdf-3.0.1-r1.ebuild index c2856b42381..f775a9ed1b8 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
