diff options
author | 2019-12-12 16:32:46 +0100 | |
---|---|---|
committer | 2019-12-12 17:34:18 +0100 | |
commit | 71fde338f2bdb118f383356ea01ddab28434dc89 (patch) | |
tree | d19ef638460cb23f95d72b14b24646e60695c8f1 /dev-libs/mongo-c-driver/mongo-c-driver-1.13.0-r1.ebuild | |
parent | dev-libs/klibc: [QA] Fix MissingTestRestrict (diff) | |
download | gentoo-71fde338f2bdb118f383356ea01ddab28434dc89.tar.gz gentoo-71fde338f2bdb118f383356ea01ddab28434dc89.tar.bz2 gentoo-71fde338f2bdb118f383356ea01ddab28434dc89.zip |
dev-libs/mongo-c-driver: [QA] Fix MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs/mongo-c-driver/mongo-c-driver-1.13.0-r1.ebuild')
-rw-r--r-- | dev-libs/mongo-c-driver/mongo-c-driver-1.13.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/mongo-c-driver/mongo-c-driver-1.13.0-r1.ebuild b/dev-libs/mongo-c-driver/mongo-c-driver-1.13.0-r1.ebuild index 78ede21f8526..415dc7078333 100644 --- a/dev-libs/mongo-c-driver/mongo-c-driver-1.13.0-r1.ebuild +++ b/dev-libs/mongo-c-driver/mongo-c-driver-1.13.0-r1.ebuild @@ -33,7 +33,7 @@ DEPEND="${RDEPEND} # No tests on x86 because tests require dev-db/mongodb which don't support # x86 anymore (bug #645994) -RESTRICT="x86? ( test )" +RESTRICT="!test? ( test ) x86? ( test )" PATCHES=( "${FILESDIR}/${P}-no-uninstall.patch" |