Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Thu, 27 Apr 2017 21:42:05
Message-Id: 1493329283.ca06b496ad5148cf263d7175fed519f81b7757e2.chewi@gentoo
1 commit: ca06b496ad5148cf263d7175fed519f81b7757e2
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 16 10:08:14 2017 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 27 21:41:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca06b496
7
8 cdrom.eclass: We don't know for sure how many discs will be needed
9
10 The number of discs may vary between sets and ebuilds may not call
11 cdrom_load_next_cd() for every argument depending on USE flags and
12 other conditional factors.
13
14 eclass/cdrom.eclass | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/eclass/cdrom.eclass b/eclass/cdrom.eclass
18 index 709338dab94..2ef60d95c2b 100644
19 --- a/eclass/cdrom.eclass
20 +++ b/eclass/cdrom.eclass
21 @@ -103,7 +103,7 @@ cdrom_get_cds() {
22 echo
23 else
24 _cdrom_set_names
25 - einfo "This package will need access to ${CDROM_TOTAL_CDS} cds."
26 + einfo "This package may need access to ${CDROM_TOTAL_CDS} cds."
27 local cdcnt
28 for cdcnt in $(seq ${#}); do
29 local var=CDROM_NAME_${cdcnt}