Gentoo Archives: gentoo-dev

From: James Le Cuirot <chewi@g.o>
To: gentoo-dev <gentoo-dev@l.g.o>
Cc: James Le Cuirot <chewi@g.o>
Subject: [gentoo-dev] [PATCH 07/14] cdrom.eclass: We don't know for sure how many discs will be needed
Date: Mon, 17 Apr 2017 22:01:58
Message-Id: 20170417215359.30641-8-chewi@gentoo.org
In Reply to: [gentoo-dev] [PATCH] cdrom.eclass: Near rewrite by James Le Cuirot
1 The number of discs may vary between sets and ebuilds may not call
2 cdrom_load_next_cd() for every argument depending on USE flags and
3 other conditional factors.
4 ---
5 eclass/cdrom.eclass | 2 +-
6 1 file changed, 1 insertion(+), 1 deletion(-)
7
8 diff --git a/eclass/cdrom.eclass b/eclass/cdrom.eclass
9 index b8fdb03ac535..67f9b15d21e4 100644
10 --- a/eclass/cdrom.eclass
11 +++ b/eclass/cdrom.eclass
12 @@ -103,7 +103,7 @@ cdrom_get_cds() {
13 echo
14 else
15 _cdrom_set_names
16 - einfo "This package will need access to ${CDROM_TOTAL_CDS} cds."
17 + einfo "This package may need access to ${CDROM_TOTAL_CDS} cds."
18 local cdcnt
19 for cdcnt in $(seq ${#}); do
20 local var=CDROM_NAME_${cdcnt}
21 --
22 2.11.0