Gentoo Archives: gentoo-dev

From: Ulrich Mueller <ulm@g.o>
To: "Michał Górny" <mgorny@g.o>
Cc: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH v2] ruby-ng.eclass: Include (-) in RUBY_TARGETS USE-dependencies
Date: Thu, 02 Jan 2020 20:15:19
Message-Id: w6gk169hayd.fsf@kph.uni-mainz.de
In Reply to: [gentoo-dev] [PATCH v2] ruby-ng.eclass: Include (-) in RUBY_TARGETS USE-dependencies by "Michał Górny"
1 >>>>> On Thu, 02 Jan 2020, Michał Górny wrote:
2
3 > --- a/eclass/ruby-ng.eclass
4 > +++ b/eclass/ruby-ng.eclass
5 > @@ -137,7 +137,7 @@ ruby_samelib() {
6 > local res=
7 > for _ruby_implementation in $(_ruby_get_all_impls); do
8 > has -${_ruby_implementation} $@ || \
9 > - res="${res}ruby_targets_${_ruby_implementation}?,"
10 > + res="${res}ruby_targets_${_ruby_implementation}(-)?,"
11 > done
12 >
13 > echo "[${res%,}]"
14
15 Hadn't we established that ruby_samelib() is dead code, no longer used
16 since 2010?
17
18 Ulrich

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies