diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.eu> | 2012-06-22 21:49:15 +0200 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@flameeyes.eu> | 2012-06-22 21:49:15 +0200 |
commit | 4ab9357cc707c28715efd1a9ff594f35ec108359 (patch) | |
tree | b66281e63903bc7f4e12922aa35be672d401ea48 | |
parent | tinderbox-restart.sh: make sure to rebuild languages if changing USEs (diff) | |
download | flameeyes-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-x | tinderbox-restart.sh | 1 |
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 \ |