summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2017-12-10 22:07:50 -0600
committerMatthias Maier <tamiko@gentoo.org>2017-12-10 22:13:57 -0600
commit109c2435a243dc730afd73e79b1d5cedea76e6a9 (patch)
tree88e2cc1144041f0ceb53dbb6877c644d98f6e155
parentwww-client/firefox-bin: Security bump #639854 (diff)
downloadgentoo-109c2435a243dc730afd73e79b1d5cedea76e6a9.tar.gz
gentoo-109c2435a243dc730afd73e79b1d5cedea76e6a9.tar.bz2
gentoo-109c2435a243dc730afd73e79b1d5cedea76e6a9.zip
app-emulation/libvirt: Simplify dep to avoid accidental downgrade
With d2e149ea99196e3422f71c25ddaf0b6913af80c0 we now have a fake stable version of rpcsvc-proto. Thus, avoid the || ( ) logic altogether. According to #639056, the new version (3.10.0) also fixes rpc related test failures. Thanks for testing. Closes: https://bugs.gentoo.org/640250 Closes: https://bugs.gentoo.org/639056 Reference: https://bugs.gentoo.org/637574 Package-Manager: Portage-2.3.17, Repoman-2.3.6
-rw-r--r--app-emulation/libvirt/libvirt-3.10.0-r1.ebuild (renamed from app-emulation/libvirt/libvirt-3.10.0.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/libvirt/libvirt-3.10.0.ebuild b/app-emulation/libvirt/libvirt-3.10.0-r1.ebuild
index c8d9893516a7..cfdcbb6c9942 100644
--- a/app-emulation/libvirt/libvirt-3.10.0.ebuild
+++ b/app-emulation/libvirt/libvirt-3.10.0-r1.ebuild
@@ -59,7 +59,7 @@ RDEPEND="
>=net-libs/gnutls-1.0.25:0=
net-libs/libssh2
net-libs/libtirpc
- || ( sys-libs/glibc[rpc(-)] net-libs/rpcsvc-proto )
+ net-libs/rpcsvc-proto
>=net-misc/curl-7.18.0
sys-apps/dmidecode
>=sys-apps/util-linux-2.17