mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 15:25:34 +08:00
Fixes an issue reported by @rphohl that XSwiftBus is not found
* only download non-restricted versions * utility functions to find non-restricted versions
This commit is contained in:
@@ -123,6 +123,9 @@ namespace BlackMisc
|
||||
//! Has distributions?
|
||||
bool hasDistributions() const { return !m_distributions.isEmpty(); }
|
||||
|
||||
//! Has unrestricted distribution
|
||||
bool hasUnrestrictedDistribution() const;
|
||||
|
||||
//! Is distributed with given distribution?
|
||||
bool isWithDistribution(const CDistribution &distribution, bool acceptMoreStableDistributions) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user