net-libs/onion: Fix MissingTestRestrict
authorMichał Górny <mgorny@gentoo.org>
Thu, 12 Dec 2019 14:55:32 +0000 (15:55 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 12 Dec 2019 14:58:40 +0000 (15:58 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-libs/onion/onion-0.8.ebuild
net-libs/onion/onion-9999.ebuild

index 5491a6115339f70b5e20209ab1284df09bedf800..cf77737da1a37cbf9efee777d63ca248fbda6ee3 100644 (file)
@@ -29,6 +29,7 @@ IUSE="
        test examples cxx -libev -libevent
        redis
 "
+RESTRICT="!test? ( test )"
 
 RDEPEND="
        gnutls? ( net-libs/gnutls dev-libs/libgcrypt:0= )
index de8dbb95ca03b9347c1407f3d24e5173da62bd50..88e7246cecfe57a05d79b473e0350b688065d0b6 100644 (file)
@@ -29,6 +29,7 @@ IUSE="
        test examples cxx -libev -libevent
        redis
 "
+RESTRICT="!test? ( test )"
 
 RDEPEND="
        gnutls? ( net-libs/gnutls dev-libs/libgcrypt:0= )