Gentoo Archives: gentoo-proxy-maint

From: "Michał Górny" <mgorny@g.o>
To: "Haelwenn (lanodan) Monnier" <contact@×××××××××.me>, gentoo-proxy-maint@l.g.o
Subject: Re: [gentoo-proxy-maint] [PATCH v3] www-plugins/passff-host: Fix python eclass warnings
Date: Tue, 23 Jul 2019 19:47:02
Message-Id: 4668f43afa89c60654da557623bf47bdc974b204.camel@gentoo.org
In Reply to: [gentoo-proxy-maint] [PATCH v3] www-plugins/passff-host: Fix python eclass warnings by "Haelwenn (lanodan) Monnier"
1 On Tue, 2019-07-23 at 21:08 +0200, Haelwenn (lanodan) Monnier wrote:
2 > Signed-off-by: Haelwenn (lanodan) Monnier <contact@×××××××××.me>
3 > ---
4 > ...assff-host-1.2.0.ebuild => passff-host-1.2.0-r1.ebuild} | 7 ++++++-
5 > 1 file changed, 6 insertions(+), 1 deletion(-)
6 > rename www-plugins/passff-host/{passff-host-1.2.0.ebuild => passff-host-1.2.0-r1.ebuild} (92%)
7 >
8 > diff --git a/www-plugins/passff-host/passff-host-1.2.0.ebuild b/www-plugins/passff-host/passff-host-1.2.0-r1.ebuild
9 > similarity index 92%
10 > rename from www-plugins/passff-host/passff-host-1.2.0.ebuild
11 > rename to www-plugins/passff-host/passff-host-1.2.0-r1.ebuild
12 > index f42fb96ba19..790ceb42622 100644
13 > --- a/www-plugins/passff-host/passff-host-1.2.0.ebuild
14 > +++ b/www-plugins/passff-host/passff-host-1.2.0-r1.ebuild
15 > @@ -19,7 +19,12 @@ LICENSE="GPL-2"
16 > SLOT="0"
17 > KEYWORDS="~amd64 ~x86"
18 > IUSE="chrome chromium firefox vivaldi"
19 > -REQUIRED_USE="|| ( chrome chromium firefox vivaldi )"
20 > +REQUIRED_USE="
21 > + ${PYTHON_REQUIRED_USE}
22 > + || ( chrome chromium firefox vivaldi )
23 > +"
24 > +
25 > +RDEPEND="${PYTHON_DEPS}"
26 >
27 > S="${WORKDIR}"
28 >
29
30 Thanks, I'll merge it.
31
32 --
33 Best regards,
34 Michał Górny

Attachments

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