From ca06b496ad5148cf263d7175fed519f81b7757e2 Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Sun, 16 Apr 2017 11:08:14 +0100 Subject: cdrom.eclass: We don't know for sure how many discs will be needed The number of discs may vary between sets and ebuilds may not call cdrom_load_next_cd() for every argument depending on USE flags and other conditional factors. --- eclass/cdrom.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass') diff --git a/eclass/cdrom.eclass b/eclass/cdrom.eclass index 709338dab94c..2ef60d95c2bb 100644 --- a/eclass/cdrom.eclass +++ b/eclass/cdrom.eclass @@ -103,7 +103,7 @@ cdrom_get_cds() { echo else _cdrom_set_names - einfo "This package will need access to ${CDROM_TOTAL_CDS} cds." + einfo "This package may need access to ${CDROM_TOTAL_CDS} cds." local cdcnt for cdcnt in $(seq ${#}); do local var=CDROM_NAME_${cdcnt} -- cgit v1.2.3-65-gdbad