From 5830af8d7607e38fa9885f32a996aa5f9e690344 Mon Sep 17 00:00:00 2001 From: Paul Mulders Date: Sat, 22 May 2021 22:07:42 +0200 Subject: [PATCH 1/2] github-cli: bump to 1.10.3 --- .../{github-cli-1.0.0.exheres-0 => github-cli-1.10.3.exheres-0} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename packages/dev-util/github-cli/{github-cli-1.0.0.exheres-0 => github-cli-1.10.3.exheres-0} (100%) diff --git a/packages/dev-util/github-cli/github-cli-1.0.0.exheres-0 b/packages/dev-util/github-cli/github-cli-1.10.3.exheres-0 similarity index 100% rename from packages/dev-util/github-cli/github-cli-1.0.0.exheres-0 rename to packages/dev-util/github-cli/github-cli-1.10.3.exheres-0 From f996d6378a359b48258a5e6f8a3f0476c1c1e0bc Mon Sep 17 00:00:00 2001 From: Paul Mulders Date: Sat, 22 May 2021 22:14:54 +0200 Subject: [PATCH 2/2] github-cli: has test suite now that requires disabling network sandboxing --- packages/dev-util/github-cli/github-cli-1.10.3.exheres-0 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/dev-util/github-cli/github-cli-1.10.3.exheres-0 b/packages/dev-util/github-cli/github-cli-1.10.3.exheres-0 index 3e485d2..aaadac9 100644 --- a/packages/dev-util/github-cli/github-cli-1.10.3.exheres-0 +++ b/packages/dev-util/github-cli/github-cli-1.10.3.exheres-0 @@ -42,3 +42,10 @@ src_install() { dobashcompletion gh.bash-completion dozshcompletion gh.zsh-completion } + +src_test() { + esandbox disable_net + default + esandbox enable_net +} +