From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7933B1382C5 for ; Tue, 20 Apr 2021 21:47:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C94E7E07D8; Tue, 20 Apr 2021 21:47:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A1EB4E07D8 for ; Tue, 20 Apr 2021 21:47:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B2299340F21 for ; Tue, 20 Apr 2021 21:47:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EE33647 for ; Tue, 20 Apr 2021 21:47:54 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1618955263.728e6e01022da2eab741364507fa8e34a87c65a4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/cups-pdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-print/cups-pdf/cups-pdf-3.0.1-r1.ebuild net-print/cups-pdf/cups-pdf-3.0.1.ebuild X-VCS-Directories: net-print/cups-pdf/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 728e6e01022da2eab741364507fa8e34a87c65a4 X-VCS-Branch: master Date: Tue, 20 Apr 2021 21:47:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2b1d1527-6604-4caf-a483-9eecd01f630c X-Archives-Hash: 8f2736af077ffb3d3b5ea4dfd71feb54 commit: 728e6e01022da2eab741364507fa8e34a87c65a4 Author: Michał Górny gentoo org> AuthorDate: Tue Apr 20 21:47:17 2021 +0000 Commit: Michał Górny gentoo 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 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 + /dev/null $(tc-getCC) ${LDFLAGS} ${CFLAGS} ${PN}.c -o ${PN} -lcups || die