"-fortran" removed from make.defaults

This commit is contained in:
Kolan Sh 2015-02-23 16:31:16 +03:00
parent ca8a94dd8a
commit 5ace6138a7
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ USE="${USE} gpm tslib"
USE="${USE} acpi"
# develop
USE="${USE} bash-completion cscope -debug -fortran \
USE="${USE} bash-completion cscope -debug \
-lua -mono pch \
-tcl -tidy -tk -tokenizer \
vim-syntax"

View File

@ -63,7 +63,7 @@ USE="${USE} -tslib"
USE="${USE} acpi"
# develop
USE="${USE} bash-completion cscope -debug -fortran -java \
USE="${USE} bash-completion cscope -debug -java \
-introspection -lua -mono pch \
-tcl -tidy -tk \
vim-syntax"