if USE set -bacula-clientonly, mean full install, error will shows as follow it caused by this line, is that not allow nest syntax? REQUIRED_USE="|| ( ^^ ( mysql postgres sqlite3 ) bacula-clientonly )" * IMPORTANT: 8 news items need reading for repository 'gentoo'. * Use eselect news to read news items. Calculating dependencies - !!! Problem resolving dependencies for =app-backup/bacula-5.2.5 ... done! !!! The ebuild selected to satisfy "=bacula-5.2.5" has unmet requirements. - app-backup/bacula-5.2.5::gentoo USE="X ipv6 mysql postgres readline sqlite3 ss l tcpd vim-syntax -bacula-clientonly -bacula-nodir -bacula-nosd -logwatch -python -qt4 -static" The following REQUIRED_USE flag constraints are unsatisfied: any-of ( exactly-one-of ( mysql postgres sqlite3 ) bacula-clientonly ) Reproducible: Always
(In reply to comment #0) Please read the output of portage carefully: > The following REQUIRED_USE flag constraints are unsatisfied: > any-of ( exactly-one-of ( mysql postgres sqlite3 ) bacula-clientonly ) It requests you to have only one of 'mysql', 'postgresql' or 'sqlite3' set if you do not set 'bacula-clientonly'. You have all 3 set in your USE flags. Please choose only one to use. > - app-backup/bacula-5.2.5::gentoo USE="X ipv6 mysql postgres readline > sqlite3 ss > l tcpd vim-syntax -bacula-clientonly -bacula-nodir -bacula-nosd -logwatch > -python -qt4 -static" >