summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.eu>2012-06-22 21:49:15 +0200
committerDiego Elio Pettenò <flameeyes@flameeyes.eu>2012-06-22 21:49:15 +0200
commit4ab9357cc707c28715efd1a9ff594f35ec108359 (patch)
treeb66281e63903bc7f4e12922aa35be672d401ea48
parenttinderbox-restart.sh: make sure to rebuild languages if changing USEs (diff)
downloadflameeyes-tinderbox-4ab9357cc707c28715efd1a9ff594f35ec108359.tar.gz
flameeyes-tinderbox-4ab9357cc707c28715efd1a9ff594f35ec108359.tar.bz2
flameeyes-tinderbox-4ab9357cc707c28715efd1a9ff594f35ec108359.zip
Add netcat6 to the list if ${TINDERBOX_ANALYSIS_ADDR} is set.
-rwxr-xr-xtinderbox-restart.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tinderbox-restart.sh b/tinderbox-restart.sh
index 0314b97..0ca9b55 100755
--- a/tinderbox-restart.sh
+++ b/tinderbox-restart.sh
@@ -102,6 +102,7 @@ fi
emerge -u \
sys-libs/glibc \
$([[ -n ${BTI_ACCOUNT} ]] && echo net-misc/bti) \
+ ${TINDERBOX_ANALYSIS_ADDR:+net-analyzer/netcat6} \
app-misc/screen \
app-portage/gentoolkit \
dev-java/java-dep-check \