Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
GENTOO_DEPEND_ON_PERL=no
}
src_compile() {
- MAKEOPTS=-j1 default
+ default
if use perl; then
pushd "${S}/scripting/perl" > /dev/null
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."