diff options
-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=" |