Skip to content

Commit b86df08

Browse files
committed
scripts/bootstrap.sh: Use full cat/pkg names
Signed-off-by: Matt Turner <[email protected]>
1 parent f3f818e commit b86df08

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

scripts/bootstrap.sh

+6-6
Original file line numberDiff line numberDiff line change
@@ -272,14 +272,14 @@ for atom in portage.settings.packages:
272272

273273
# This stuff should never fail but will if not enough is installed.
274274
[[ -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"
279279
[[ -z ${myLIBC} ]] && myLIBC="$(portageq expand_virtual / virtual/libc)"
280280
[[ -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"
283283

284284
# Do we really want gettext/nls?
285285
[[ ${USE_NLS} != 1 ]] && myGETTEXT=

0 commit comments

Comments
 (0)