File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -272,14 +272,14 @@ for atom in portage.settings.packages:
272
272
273
273
# This stuff should never fail but will if not enough is installed.
274
274
[[ -z ${myBASELAYOUT} ]] && myBASELAYOUT=" >=$( portageq best_version / sys-apps/baselayout) "
275
- [[ -z ${myPORTAGE} ]] && myPORTAGE=" portage"
276
- [[ -z ${myBINUTILS} ]] && myBINUTILS=" binutils"
277
- [[ -z ${myGCC} ]] && myGCC=" gcc"
278
- [[ -z ${myGETTEXT} ]] && myGETTEXT=" gettext"
275
+ [[ -z ${myPORTAGE} ]] && myPORTAGE=" sys-apps/ portage"
276
+ [[ -z ${myBINUTILS} ]] && myBINUTILS=" sys-devel/ binutils"
277
+ [[ -z ${myGCC} ]] && myGCC=" sys-devel/ gcc"
278
+ [[ -z ${myGETTEXT} ]] && myGETTEXT=" sys-devel/ gettext"
279
279
[[ -z ${myLIBC} ]] && myLIBC=" $( portageq expand_virtual / virtual/libc) "
280
280
[[ -z ${myTEXINFO} ]] && myTEXINFO=" sys-apps/texinfo"
281
- [[ -z ${myZLIB} ]] && myZLIB=" zlib"
282
- [[ -z ${myNCURSES} ]] && myNCURSES=" ncurses"
281
+ [[ -z ${myZLIB} ]] && myZLIB=" sys-libs/ zlib"
282
+ [[ -z ${myNCURSES} ]] && myNCURSES=" sys-libs/ ncurses"
283
283
284
284
# Do we really want gettext/nls?
285
285
[[ ${USE_NLS} != 1 ]] && myGETTEXT=
You can’t perform that action at this time.
0 commit comments