Skip to content

Commit

Permalink
app-emulation/libvirt: Simplify dep to avoid accidental downgrade
Browse files Browse the repository at this point in the history
With d2e149e 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
  • Loading branch information
tamiko committed Dec 11, 2017
1 parent 1a8b9b1 commit 109c243
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 109c243

Please sign in to comment.