diff options
author | Mike Gilbert <floppym@gentoo.org> | 2016-11-25 20:46:01 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2016-11-25 20:46:01 -0500 |
commit | 11df743f39f5fdadb7eae004d08f143946162680 (patch) | |
tree | 663eafa671226f818c072ff43b4f6c620f42621e /app-emulation/open-vm-tools | |
parent | app-emulation/open-vm-tools: fix mount.vmhgfs symlink (diff) | |
download | gentoo-11df743f39f5fdadb7eae004d08f143946162680.tar.gz gentoo-11df743f39f5fdadb7eae004d08f143946162680.tar.bz2 gentoo-11df743f39f5fdadb7eae004d08f143946162680.zip |
app-emulation/open-vm-tools: cleanup dependencies
Package-Manager: portage-2.3.2_p8
Diffstat (limited to 'app-emulation/open-vm-tools')
-rw-r--r-- | app-emulation/open-vm-tools/open-vm-tools-10.1.0.ebuild | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/app-emulation/open-vm-tools/open-vm-tools-10.1.0.ebuild b/app-emulation/open-vm-tools/open-vm-tools-10.1.0.ebuild index 3fdaed535ffa..436e8a802122 100644 --- a/app-emulation/open-vm-tools/open-vm-tools-10.1.0.ebuild +++ b/app-emulation/open-vm-tools/open-vm-tools-10.1.0.ebuild @@ -17,10 +17,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="X doc grabbitmqproxy icu pam +pic vgauth xinerama" -RDEPEND=" +COMMON_DEPEND=" dev-libs/glib:2 dev-libs/libdnet - sys-apps/ethtool sys-fs/fuse >=sys-process/procps-3.3.2 grabbitmqproxy? ( dev-libs/openssl:0 ) @@ -33,11 +32,7 @@ RDEPEND=" ) X? ( dev-cpp/gtkmm:3.0 - x11-base/xorg-server - x11-drivers/xf86-input-vmmouse - x11-drivers/xf86-video-vmware x11-libs/gtk+:3 - x11-libs/libnotify x11-libs/libICE x11-libs/libSM x11-libs/libX11 @@ -51,12 +46,19 @@ RDEPEND=" ) " -DEPEND="${RDEPEND} +DEPEND="${COMMON_DEPEND} doc? ( app-doc/doxygen ) virtual/pkgconfig sys-apps/findutils " +RDEPEND="${COMMON_DEPEND} + X? ( + x11-drivers/xf86-input-vmmouse + x11-drivers/xf86-video-vmware + ) +" + S="${WORKDIR}/${MY_P}/open-vm-tools" PATCHES=( |