cdrom.eclass: We don't know for sure how many discs will be needed
authorJames Le Cuirot <chewi@gentoo.org>
Sun, 16 Apr 2017 10:08:14 +0000 (11:08 +0100)
committerJames Le Cuirot <chewi@gentoo.org>
Thu, 27 Apr 2017 21:41:23 +0000 (22:41 +0100)
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

index 709338dab94ce03d3af2e0addf53f489f7ce37a5..2ef60d95c2bbb96123b2a21be2ef64aabf257d07 100644 (file)
@@ -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}