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] www-plugins/passff-host: Fix python eclass warnings
Date: Sun, 21 Jul 2019 15:31:12
Message-Id: 9873283afd1a59c70a7fee8202557dda50d127f1.camel@gentoo.org
In Reply to: [gentoo-proxy-maint] [PATCH] www-plugins/passff-host: Fix python eclass warnings by "Haelwenn (lanodan) Monnier"
1 On Sun, 2019-07-21 at 12:52 +0200, Haelwenn (lanodan) Monnier wrote:
2 > Signed-off-by: Haelwenn (lanodan) Monnier <contact@×××××××××.me>
3 > ---
4 > ...passff-host-1.2.0.ebuild => passff-host-1.2.0-r1.ebuild} | 6 +++++-
5 > 1 file changed, 5 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..a0c66b2fdb3 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,11 @@ 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 > +DEPEND="${PYTHON_DEPS}"
25
26 DEPEND is for build-time deps, so it definitely does not fix the issue.
27
28 >
29 > S="${WORKDIR}"
30 >
31
32 --
33 Best regards,
34 Michał Górny

Attachments

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

Replies

Subject Author
[gentoo-proxy-maint] [PATCH v2] www-plugins/passff-host: Fix python eclass warnings "Haelwenn (lanodan) Monnier" <contact@×××××××××.me>