From 235e882ec0929250d9cd3232d48f1244333c2ec7 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Tue, 15 Oct 2019 11:10:56 -0500 Subject: app-emulation/spice-vdagent: Do not set +consolekit Bug: https://bugs.gentoo.org/681330 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Matthias Maier --- app-emulation/spice-vdagent/spice-vdagent-0.17.0_p20180319-r1.ebuild | 4 ++-- app-emulation/spice-vdagent/spice-vdagent-0.19.0.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-emulation/spice-vdagent/spice-vdagent-0.17.0_p20180319-r1.ebuild b/app-emulation/spice-vdagent/spice-vdagent-0.17.0_p20180319-r1.ebuild index 1b644dbfda11..5a356f6ee6ef 100644 --- a/app-emulation/spice-vdagent/spice-vdagent-0.17.0_p20180319-r1.ebuild +++ b/app-emulation/spice-vdagent/spice-vdagent-0.17.0_p20180319-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,7 @@ SRC_URI="https://www.spice-space.org/download/releases/${MY_P}.tar.bz2 LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="amd64 x86" -IUSE="+consolekit selinux systemd" +IUSE="consolekit selinux systemd" S="${WORKDIR}/${MY_P}" CDEPEND=" diff --git a/app-emulation/spice-vdagent/spice-vdagent-0.19.0.ebuild b/app-emulation/spice-vdagent/spice-vdagent-0.19.0.ebuild index 30ce2ee207e0..3948123638e4 100644 --- a/app-emulation/spice-vdagent/spice-vdagent-0.19.0.ebuild +++ b/app-emulation/spice-vdagent/spice-vdagent-0.19.0.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://www.spice-space.org/download/releases/${MY_P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="+consolekit selinux systemd" +IUSE="consolekit selinux systemd" S="${WORKDIR}/${MY_P}" CDEPEND=" -- cgit v1.2.3-65-gdbad