diff options
author | Jason Zaman <perfinion@gentoo.org> | 2015-07-17 11:06:26 +0000 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2015-07-17 11:06:26 +0000 |
commit | f05dfb21ef9aae3e2e25db6af2f41fd0815a6a72 (patch) | |
tree | 6c559621efb32c3ef187526e45e33d2b642a958d /sys-auth | |
parent | x86 stable wrt bug #540536 (diff) | |
download | gentoo-2-f05dfb21ef9aae3e2e25db6af2f41fd0815a6a72.tar.gz gentoo-2-f05dfb21ef9aae3e2e25db6af2f41fd0815a6a72.tar.bz2 gentoo-2-f05dfb21ef9aae3e2e25db6af2f41fd0815a6a72.zip |
update live ebuild from latest release
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x7EF137EC935B0EAF)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/consolekit/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/consolekit/consolekit-9999.ebuild | 5 |
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 |