Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ggobi: Remove version 2.1.11-0 as 2.1.11-1 is there too
Currently, GGobi is installed twice. ``` $ bee list ggobi ggobi-2.1.11-0.x86_64 ggobi-2.1.11-1.x86_64 ``` The latest version contains more plug-ins, and for whatever reason it was force installed on the distmaster with instead of normally updating the package, cf. commit f3ef128 (ggobi-2.1.11-1: recover beefile). ``` $ diff -u ggobi-2.1.11-0.bee ggobi-2.1.11-1.bee --- ggobi-2.1.11-0.bee 2016-04-29 10:16:27.000000000 +0200 +++ ggobi-2.1.11-1.bee 2017-08-01 16:01:17.867683243 +0200 @@ -51,9 +51,9 @@ # bee_patch "${@}" #} -#mee_configure() { -# bee_configure -#} +mee_configure() { + bee_configure --with-all-plugins +} #mee_build() { # bee_build ``` Therefore, remove the older revision. Fixes: #782
- Loading branch information