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 A5B3C13832E for ; Thu, 21 Jul 2016 10:18:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0D9321C097; Thu, 21 Jul 2016 10:18:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4798221C080 for ; Thu, 21 Jul 2016 10:18:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 61695340E1E for ; Thu, 21 Jul 2016 10:18:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BECD47E0 for ; Thu, 21 Jul 2016 10:18:35 +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: <1469096302.268c2d68122da6d80f9ec12a497800ef30420b42.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: 268c2d68122da6d80f9ec12a497800ef30420b42 X-VCS-Branch: master Date: Thu, 21 Jul 2016 10:18:35 +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: 99267eb8-bf1c-46b2-97da-956f3636221e X-Archives-Hash: 31cc96f3c674d2ded0346c230e7c4eda commit: 268c2d68122da6d80f9ec12a497800ef30420b42 Author: Lars Wendler gentoo org> AuthorDate: Thu Jul 21 10:13:39 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Jul 21 10:18:22 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=268c2d68 net-print/cups-filters: Sync live ebuild with latest release ebuild. Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler gentoo.org> net-print/cups-filters/cups-filters-9999.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/net-print/cups-filters/cups-filters-9999.ebuild b/net-print/cups-filters/cups-filters-9999.ebuild index fe1b994..082d3ca 100644 --- a/net-print/cups-filters/cups-filters-9999.ebuild +++ b/net-print/cups-filters/cups-filters-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 GENTOO_DEPEND_ON_PERL=no @@ -75,7 +75,7 @@ src_configure() { } src_compile() { - MAKEOPTS=-j1 default + default if use perl; then pushd "${S}/scripting/perl" > /dev/null @@ -114,6 +114,10 @@ src_install() { systemd_dounit "${S}/utils/cups-browsed.service" } +src_test() { + emake check +} + pkg_postinst() { if ! use foomatic ; then ewarn "You are disabling the foomatic code in cups-filters. Please do that ONLY if absolutely."