commit: f2f5d2706912b334cce5bd877d6765953614cac0 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Sat Mar 19 14:53:02 2016 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Sat Mar 19 14:53:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2f5d270
sys-auth/consolekit: Bump to EAPI-6 Package-Manager: portage-2.2.28 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org> sys-auth/consolekit/consolekit-1.1.0.ebuild | 4 ++-- sys-auth/consolekit/consolekit-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-auth/consolekit/consolekit-1.1.0.ebuild b/sys-auth/consolekit/consolekit-1.1.0.ebuild index f948b7a..58c5165 100644 --- a/sys-auth/consolekit/consolekit-1.1.0.ebuild +++ b/sys-auth/consolekit/consolekit-1.1.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit eutils linux-info pam MY_PN=ConsoleKit2 @@ -64,7 +64,7 @@ pkg_setup() { src_prepare() { sed -i -e '/SystemdService/d' data/org.freedesktop.ConsoleKit.service.in || die - epatch_user + default } src_configure() { diff --git a/sys-auth/consolekit/consolekit-9999.ebuild b/sys-auth/consolekit/consolekit-9999.ebuild index c222c2f..5281914 100644 --- a/sys-auth/consolekit/consolekit-9999.ebuild +++ b/sys-auth/consolekit/consolekit-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit autotools eutils git-r3 linux-info pam MY_PN=ConsoleKit2 @@ -67,7 +67,7 @@ src_unpack() { src_prepare() { sed -i -e '/SystemdService/d' data/org.freedesktop.ConsoleKit.service.in || die - epatch_user + default eautoreconf }