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 v2] www-plugins/passff-host: Fix python eclass warnings
Date: Mon, 22 Jul 2019 03:23:07
Message-Id: 96c9af427c6929b7a63140cbd023b9b098fbdd2c.camel@gentoo.org
In Reply to: [gentoo-proxy-maint] [PATCH v2] www-plugins/passff-host: Fix python eclass warnings by "Haelwenn (lanodan) Monnier"
1 On Mon, 2019-07-22 at 01:57 +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} (91%)
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 91%
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..074f017c50d 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 Empty line here.
26
27 > +RDEPEND="${PYTHON_DEPS}"
28 > +DEPEND="${RDEPEND}"
29
30 You don't use Python at build time in this ebuild.
31
32 >
33 > S="${WORKDIR}"
34 >
35
36 --
37 Best regards,
38 Michał Górny

Attachments

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

Replies

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