commit:     ca06b496ad5148cf263d7175fed519f81b7757e2
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 16 10:08:14 2017 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Apr 27 21:41:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca06b496

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(-)

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}

Reply via email to