From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 437A058973 for ; Thu, 11 Feb 2016 02:37:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B051D21C017; Thu, 11 Feb 2016 02:37:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 56CB521C017 for ; Thu, 11 Feb 2016 02:37:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6CABC340A3D for ; Thu, 11 Feb 2016 02:37:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 986C3CEC for ; Thu, 11 Feb 2016 02:37:17 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1455158182.dc7167bc5d9ade2c660db12a8d3008bac40dadac.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/cups-filters/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-print/cups-filters/cups-filters-1.8.1-r1.ebuild X-VCS-Directories: net-print/cups-filters/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: dc7167bc5d9ade2c660db12a8d3008bac40dadac X-VCS-Branch: master Date: Thu, 11 Feb 2016 02:37:17 +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-Archives-Salt: f18966bb-60b2-4267-bab6-f8a7945db341 X-Archives-Hash: 5d0ff2e63b45ebea230f176e7b0f5427 commit: dc7167bc5d9ade2c660db12a8d3008bac40dadac Author: Mike Frysinger gentoo org> AuthorDate: Thu Feb 11 02:36:22 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Thu Feb 11 02:36:22 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc7167bc net-print/cups-filters: update one more ghostscript->postscript usage net-print/cups-filters/cups-filters-1.8.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-print/cups-filters/cups-filters-1.8.1-r1.ebuild b/net-print/cups-filters/cups-filters-1.8.1-r1.ebuild index d6f6ef2..c0b1779 100644 --- a/net-print/cups-filters/cups-filters-1.8.1-r1.ebuild +++ b/net-print/cups-filters/cups-filters-1.8.1-r1.ebuild @@ -93,7 +93,7 @@ src_install() { popd > /dev/null fi - if use ghostscript; then + if use postscript; then # workaround: some printer drivers still require pstoraster and pstopxl, bug #383831 dosym gstoraster /usr/libexec/cups/filter/pstoraster dosym gstopxl /usr/libexec/cups/filter/pstopxl