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 A50BB1396D0 for ; Thu, 24 Aug 2017 06:40:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A99E1FC04E; Thu, 24 Aug 2017 06:40:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EAC1C1FC04E for ; Thu, 24 Aug 2017 06:40:36 +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 18543341A86 for ; Thu, 24 Aug 2017 06:40:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D57080B6 for ; Thu, 24 Aug 2017 06:40:32 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1503556827.5ad5ac753d7dcdd01acdd3dae1b6ded8c43afd1d.polynomial-c@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-9999.ebuild X-VCS-Directories: net-print/cups-filters/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 5ad5ac753d7dcdd01acdd3dae1b6ded8c43afd1d X-VCS-Branch: master Date: Thu, 24 Aug 2017 06:40:32 +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: 618cca94-1d9f-4110-8b06-16b4caf44997 X-Archives-Hash: cc75634fb775b0f2238cdf3f18e5df56 commit: 5ad5ac753d7dcdd01acdd3dae1b6ded8c43afd1d Author: Lars Wendler gentoo org> AuthorDate: Thu Aug 24 06:40:01 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Aug 24 06:40:27 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ad5ac75 net-print/cups-filters: Sync live ebuild. Package-Manager: Portage-2.3.8, Repoman-2.3.3 net-print/cups-filters/cups-filters-9999.ebuild | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/net-print/cups-filters/cups-filters-9999.ebuild b/net-print/cups-filters/cups-filters-9999.ebuild index a6b05ac76fe..acc59f5802c 100644 --- a/net-print/cups-filters/cups-filters-9999.ebuild +++ b/net-print/cups-filters/cups-filters-9999.ebuild @@ -5,7 +5,7 @@ EAPI=6 GENTOO_DEPEND_ON_PERL=no -inherit perl-module systemd +inherit perl-module systemd flag-o-matic if [[ "${PV}" == "9999" ]] ; then inherit bzr autotools @@ -19,10 +19,9 @@ HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/pdf_as_standard_print_jo LICENSE="MIT GPL-2" SLOT="0" -IUSE="dbus +foomatic ipp_autosetup jpeg ldap pdf perl png +postscript static-libs tiff zeroconf" +IUSE="dbus +foomatic ipp_autosetup jpeg ldap pclm pdf perl png +postscript static-libs tiff zeroconf" RDEPEND=" - postscript? ( >=app-text/ghostscript-gpl-9.09[cups] ) >=app-text/poppler-0.32:=[cxx,jpeg?,lcms,tiff?,utils] >=app-text/qpdf-3.0.2:= dev-libs/glib:2 @@ -37,9 +36,11 @@ RDEPEND=" foomatic? ( !net-print/foomatic-filters ) jpeg? ( virtual/jpeg:0 ) ldap? ( net-nds/openldap ) + pclm? ( >=app-text/qpdf-7.0_beta1 ) pdf? ( app-text/mupdf ) perl? ( dev-lang/perl:= ) png? ( media-libs/libpng:0= ) + postscript? ( >=app-text/ghostscript-gpl-9.09[cups] ) tiff? ( media-libs/tiff:0 ) zeroconf? ( net-dns/avahi[dbus] ) " @@ -50,6 +51,9 @@ DEPEND="${RDEPEND} src_prepare() { default [[ "${PV}" == "9999" ]] && eautoreconf + + # Bug #626800 + append-cxxflags -std=c++11 } src_configure() { @@ -67,6 +71,7 @@ src_configure() { $(use_enable foomatic) $(use_enable ipp_autosetup auto-setup-driverless) $(use_enable ldap) + $(use_enable pclm) $(use_enable pdf mutool) $(use_enable postscript ghostscript) $(use_enable postscript ijs)