diff options
author | William Hubbs <williamh@gentoo.org> | 2022-01-24 21:14:39 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2022-01-24 21:14:39 -0600 |
commit | c334fcbab82d67de4c1fd796433a982d35fcd02e (patch) | |
tree | a32f64de598f55bbfab3a2ed4a2d60343f8e87b2 /www-apps/trickster | |
parent | dev-ruby/xmlrpc: Stabilize 0.3.2-r1 hppa, #826626 (diff) | |
download | gentoo-c334fcbab82d67de4c1fd796433a982d35fcd02e.tar.gz gentoo-c334fcbab82d67de4c1fd796433a982d35fcd02e.tar.bz2 gentoo-c334fcbab82d67de4c1fd796433a982d35fcd02e.zip |
www-apps/trickster-1.1.5: restrict tests for now
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'www-apps/trickster')
-rw-r--r-- | www-apps/trickster/trickster-1.1.5.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www-apps/trickster/trickster-1.1.5.ebuild b/www-apps/trickster/trickster-1.1.5.ebuild index 94496cb5ca4d..eb10489e59cb 100644 --- a/www-apps/trickster/trickster-1.1.5.ebuild +++ b/www-apps/trickster/trickster-1.1.5.ebuild @@ -19,6 +19,8 @@ COMMON_DEPEND=" DEPEND="${COMMON_DEPEND}" RDEPEND="${COMMON_DEPEND}" + RESTRICT="test" + src_compile() { set -- go build -mod vendor ./cmd/trickster echo $@ |