net-print/cups-filters: Sync live ebuild with latest release ebuild.
authorLars Wendler <polynomial-c@gentoo.org>
Thu, 21 Jul 2016 10:13:39 +0000 (12:13 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Thu, 21 Jul 2016 10:18:22 +0000 (12:18 +0200)
Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
net-print/cups-filters/cups-filters-9999.ebuild

index fe1b994b7fb390d170f1b1984b323d15d2f921a4..082d3ca1d3e7b03c20cb85df6b3d5dad39b5210b 100644 (file)
@@ -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."