diff options
author | Sven Vermeulen <swift@gentoo.org> | 2014-11-02 08:03:35 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2014-11-02 08:03:35 +0000 |
commit | ba3227d13dde91ce38a9f3ecd05d4b01b3ccc3d6 (patch) | |
tree | 259587639e7c2f0ffbc95db314b1f41f0289e90f /app-emulation/spice-vdagent/spice-vdagent-0.8.1-r1.ebuild | |
parent | Version bump of tomcat-servlet-api for www-servers/tomcat:6 (diff) | |
download | historical-ba3227d13dde91ce38a9f3ecd05d4b01b3ccc3d6.tar.gz historical-ba3227d13dde91ce38a9f3ecd05d4b01b3ccc3d6.tar.bz2 historical-ba3227d13dde91ce38a9f3ecd05d4b01b3ccc3d6.zip |
Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug #527698)
Package-Manager: portage-2.2.8-r2/cvs/Linux x86_64
Manifest-Sign-Key: 0x2EDD52403B68AF47
Diffstat (limited to 'app-emulation/spice-vdagent/spice-vdagent-0.8.1-r1.ebuild')
-rw-r--r-- | app-emulation/spice-vdagent/spice-vdagent-0.8.1-r1.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/app-emulation/spice-vdagent/spice-vdagent-0.8.1-r1.ebuild b/app-emulation/spice-vdagent/spice-vdagent-0.8.1-r1.ebuild index 0dda00c061e1..bd4727c2019e 100644 --- a/app-emulation/spice-vdagent/spice-vdagent-0.8.1-r1.ebuild +++ b/app-emulation/spice-vdagent/spice-vdagent-0.8.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-vdagent/spice-vdagent-0.8.1-r1.ebuild,v 1.5 2014/08/06 06:44:37 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-vdagent/spice-vdagent-0.8.1-r1.ebuild,v 1.6 2014/11/02 08:03:31 swift Exp $ EAPI=4 @@ -15,14 +15,15 @@ SLOT="0" KEYWORDS="~amd64" IUSE="+consolekit selinux" -RDEPEND="x11-libs/libXfixes +CDEPEND="x11-libs/libXfixes x11-libs/libXrandr x11-libs/libX11 >=app-emulation/spice-protocol-0.8.1 - consolekit? ( sys-auth/consolekit sys-apps/dbus ) - selinux? ( sec-policy/selinux-vdagent )" + consolekit? ( sys-auth/consolekit sys-apps/dbus )" DEPEND="virtual/pkgconfig - ${RDEPEND}" + ${CDEPEND}" +RDEPEND="${CDEPEND} + selinux? ( sec-policy/selinux-vdagent )" CONFIG_CHECK="~INPUT_UINPUT" ERROR_INPUT_UINPUT="User level driver support is required to run the spice-vdagent daemon" |