dev-lang/orc: Restrict tests if not USE=test
authorMatt Turner <mattst88@gentoo.org>
Sun, 24 Nov 2019 03:16:07 +0000 (22:16 -0500)
committerMatt Turner <mattst88@gentoo.org>
Sun, 24 Nov 2019 03:16:07 +0000 (22:16 -0500)
Signed-off-by: Matt Turner <mattst88@gentoo.org>
dev-lang/orc/orc-0.4.31.ebuild

index d2815ec1a3b12eda3a7fa2ac9ded6ff2721841bb..80391fff7cff2ef49e62de476fa45b82a4f699c4 100644 (file)
@@ -12,6 +12,7 @@ SRC_URI="https://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz"
 LICENSE="BSD BSD-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+RESTRICT="!test? ( test )"
 IUSE="static-libs test"
 
 DEPEND=""