diff options
author | Matthias Maier <tamiko@gentoo.org> | 2019-10-15 11:10:56 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2019-10-15 11:11:14 -0500 |
commit | 235e882ec0929250d9cd3232d48f1244333c2ec7 (patch) | |
tree | 67b49cdf6fc24554aeee3e7d1304879ab6549434 /app-emulation/spice-vdagent | |
parent | net-misc/ipv6calc: update HOMEPAGE, SRC_URI, metadata (diff) | |
download | gentoo-235e882ec0929250d9cd3232d48f1244333c2ec7.tar.gz gentoo-235e882ec0929250d9cd3232d48f1244333c2ec7.tar.bz2 gentoo-235e882ec0929250d9cd3232d48f1244333c2ec7.zip |
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 <tamiko@gentoo.org>
Diffstat (limited to 'app-emulation/spice-vdagent')
-rw-r--r-- | app-emulation/spice-vdagent/spice-vdagent-0.17.0_p20180319-r1.ebuild | 4 | ||||
-rw-r--r-- | 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=" |