--- polkit-0.113-r1.ebuild 2016-01-02 12:48:44.096369262 -0500 +++ /usr/portage/sys-auth/polkit/polkit-0.113-r1.ebuild 2016-01-02 07:00:25.575698863 -0500 @@ -1,11 +1,11 @@ # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -inherit eutils multilib pam pax-utils systemd user autotools +inherit eutils multilib pam pax-utils systemd user DESCRIPTION="Policy framework for controlling privileges for system-wide services" HOMEPAGE="http://www.freedesktop.org/wiki/Software/polkit" SRC_URI="http://www.freedesktop.org/software/${PN}/releases/${P}.tar.gz" @@ -84,14 +84,10 @@ src_configure() { "$(systemd_with_unitdir)" \ --with-authfw=$(usex pam pam shadow) \ $(use pam && echo --with-pam-module-dir="$(getpam_mod_dir)") \ $(use_enable test) \ --with-os-type=gentoo - - # Fixes bug #570586 when doc is not set - eautoreconf -f - ${S}/config.status --recheck } src_compile() { default