diff options
Diffstat (limited to 'net-p2p/retroshare')
-rw-r--r-- | net-p2p/retroshare/retroshare-scm.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/retroshare/retroshare-scm.ebuild b/net-p2p/retroshare/retroshare-scm.ebuild index 5e4061b..c0d747a 100644 --- a/net-p2p/retroshare/retroshare-scm.ebuild +++ b/net-p2p/retroshare/retroshare-scm.ebuild @@ -21,8 +21,8 @@ KEYWORDS="" IUSE="cli feedreader qt4 +qt5 voip sqlite" REQUIRED_USE="|| ( cli qt5 qt4 ) - feedreader? ( qt5 ) - voip? ( qt5 ) + feedreader? ( || ( qt5 qt4 ) ) + voip? ( || ( qt5 qt4 ) ) qt4? ( !qt5 ) qt5? ( !qt4 ) " |