summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2017-04-16 11:08:14 +0100
committerJames Le Cuirot <chewi@gentoo.org>2017-04-27 22:41:23 +0100
commitca06b496ad5148cf263d7175fed519f81b7757e2 (patch)
tree6a64685ff813fa73d388c4015ad0577e31151265 /eclass
parent0dc0a408918e16b0d0a03755110728ca307c65d1 (diff)
downloadgentoo-ca06b496ad5148cf263d7175fed519f81b7757e2.tar.gz
gentoo-ca06b496ad5148cf263d7175fed519f81b7757e2.tar.xz
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.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/cdrom.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/cdrom.eclass b/eclass/cdrom.eclass
index 709338dab94..2ef60d95c2b 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}