Skip to content

Commit

Permalink
app-emulation/spice-vdagent: fix automagic dependency
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/691028
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Matthias Maier <[email protected]>
  • Loading branch information
tamiko committed Oct 15, 2019
1 parent 7aa9c9d commit 0bb32c6
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 gtk selinux systemd"
S="${WORKDIR}/${MY_P}"

CDEPEND="
Expand All @@ -28,6 +28,7 @@ CDEPEND="
x11-libs/libX11
x11-libs/libXinerama
consolekit? ( sys-auth/consolekit sys-apps/dbus )
gtk? ( x11-libs/gtk+:3 )
systemd? ( sys-apps/systemd )"
DEPEND="${CDEPEND}
virtual/pkgconfig"
Expand Down Expand Up @@ -56,6 +57,7 @@ src_configure() {
econf \
--with-init-script=systemd \
--localstatedir="${EPREFIX}"/var \
$(use_with gtk) \
"${opt[@]}"
}

Expand Down

0 comments on commit 0bb32c6

Please sign in to comment.