diff options
author | Craig Andrews <candrews@gentoo.org> | 2019-09-15 09:13:48 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2019-09-15 09:33:08 -0400 |
commit | 9ea6e8d213ac21da1e528b0bc650da852c041967 (patch) | |
tree | 8ae93d49f5300783f4dd6e20af6e6169ec9710b3 /net-libs/nghttp3 | |
parent | games-emulation/mupen64plus-ui-console: Replace broken sed with patch (diff) | |
download | gentoo-9ea6e8d213ac21da1e528b0bc650da852c041967.tar.gz gentoo-9ea6e8d213ac21da1e528b0bc650da852c041967.tar.bz2 gentoo-9ea6e8d213ac21da1e528b0bc650da852c041967.zip |
net-libs/nghttp3: Disable test phase when test USE flag is disabled
Bug: https://bugs.gentoo.org/show_bug.cgi?id=694342
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'net-libs/nghttp3')
-rw-r--r-- | net-libs/nghttp3/nghttp3-0_pre20190912.ebuild | 1 | ||||
-rw-r--r-- | net-libs/nghttp3/nghttp3-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net-libs/nghttp3/nghttp3-0_pre20190912.ebuild b/net-libs/nghttp3/nghttp3-0_pre20190912.ebuild index 6489dde91d83..48b5fc1f2854 100644 --- a/net-libs/nghttp3/nghttp3-0_pre20190912.ebuild +++ b/net-libs/nghttp3/nghttp3-0_pre20190912.ebuild @@ -25,6 +25,7 @@ IUSE="test" BDEPEND="virtual/pkgconfig" DEPEND="test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )" RDEPEND="" +RESTRICT="!test? ( test )" multilib_src_configure() { local mycmakeargs=( diff --git a/net-libs/nghttp3/nghttp3-9999.ebuild b/net-libs/nghttp3/nghttp3-9999.ebuild index 62a48b643ade..9bc601bc0316 100644 --- a/net-libs/nghttp3/nghttp3-9999.ebuild +++ b/net-libs/nghttp3/nghttp3-9999.ebuild @@ -23,6 +23,7 @@ IUSE="test" BDEPEND="virtual/pkgconfig" DEPEND="test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )" RDEPEND="" +RESTRICT="!test? ( test )" multilib_src_configure() { local mycmakeargs=( |