summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-auth/consolekit/ChangeLog5
-rw-r--r--sys-auth/consolekit/consolekit-9999.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-auth/consolekit/ChangeLog b/sys-auth/consolekit/ChangeLog
index 3b0515f18d16..ecf71869d8b4 100644
--- a/sys-auth/consolekit/ChangeLog
+++ b/sys-auth/consolekit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-auth/consolekit
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.179 2015/07/16 20:08:27 perfinion Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.180 2015/07/17 11:06:26 perfinion Exp $
+
+ 17 Jul 2015; Jason Zaman <perfinion@gentoo.org> consolekit-9999.ebuild:
+ update live ebuild from latest release
*consolekit-0.9.5 (16 Jul 2015)
diff --git a/sys-auth/consolekit/consolekit-9999.ebuild b/sys-auth/consolekit/consolekit-9999.ebuild
index 64e22b53b704..5bfe8892f871 100644
--- a/sys-auth/consolekit/consolekit-9999.ebuild
+++ b/sys-auth/consolekit/consolekit-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-9999.ebuild,v 1.2 2015/06/21 10:53:11 perfinion Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-9999.ebuild,v 1.3 2015/07/17 11:06:26 perfinion Exp $
EAPI=5
inherit autotools eutils git-r3 linux-info pam
@@ -75,6 +75,7 @@ src_configure() {
$(use_enable debug) \
$(use_enable policykit polkit) \
$(use_enable acl udev-acl) \
+ $(use_enable test tests) \
--with-dbus-services="${EPREFIX}"/usr/share/dbus-1/services \
--with-pam-module-dir="$(getpam_mod_dir)" \
--with-xinitrc-dir=/etc/X11/xinit/xinitrc.d \
@@ -103,7 +104,7 @@ src_install() {
prune_libtool_files --all # --all for pam_ck_connector.la
- rm -rf "${ED}"/var/run # let the init script create the directory
+ rm -rf "${ED}"/var/run || die # let the init script create the directory
insinto /etc/logrotate.d
newins "${WORKDIR}"/debian/${PN}.logrotate ${PN} #374513