On Sat, 27 Jul 2019 00:25:21 +0200 Ulrich Müller <[email protected]> wrote:
> It is not accumulated across eclasses. > > Signed-off-by: Ulrich Müller <[email protected]> > --- > eclass/cdrom.eclass | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/eclass/cdrom.eclass b/eclass/cdrom.eclass > index 7b0eb9c6c3b5..77b9d6ceb209 100644 > --- a/eclass/cdrom.eclass > +++ b/eclass/cdrom.eclass > @@ -1,4 +1,4 @@ > -# Copyright 1999-2017 Gentoo Foundation > +# Copyright 1999-2019 Gentoo Authors > # Distributed under the terms of the GNU General Public License v2 > > # @ECLASS: cdrom.eclass > @@ -28,9 +28,9 @@ inherit portability > # conditionally based on USE="cdinstall". > if [[ ${CDROM_OPTIONAL} == "yes" ]] ; then > IUSE="cdinstall" > - PROPERTIES="cdinstall? ( interactive )" > + PROPERTIES+=" cdinstall? ( interactive )" > else > - PROPERTIES="interactive" > + PROPERTIES+=" interactive" > fi > > # @FUNCTION: cdrom_get_cds Ack, although shouldn't this variable be made to do that? Or perhaps that's a PMS change? -- James Le Cuirot (chewi) Gentoo Linux Developer
pgpVWeHuCzFJw.pgp
Description: OpenPGP digital signature
