commit:     268c2d68122da6d80f9ec12a497800ef30420b42
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 21 10:13:39 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> 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 <polynomial-c <AT> 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."

Reply via email to