Gentoo Archives: gentoo-proxy-maint

From: Joonas Niilola <juippis@g.o>
To: gentoo-proxy-maint@l.g.o
Subject: Re: [gentoo-proxy-maint] [PATCH] app-editors/vis: Fix sed with FEATURES=-test
Date: Sun, 07 Jun 2020 06:36:14
Message-Id: 97a16e93-e1f0-ffe4-09fc-4ac3b17bd633@gentoo.org
In Reply to: [gentoo-proxy-maint] [PATCH] app-editors/vis: Fix sed with FEATURES=-test by "Haelwenn (lanodan) Monnier"
1 Merged. I guess packages need to be tested with and without
2 FEATURES="test" from now on...
3
4 ;)
5
6 On 6/7/20 2:10 AM, Haelwenn (lanodan) Monnier wrote:
7 > Closes: https://bugs.gentoo.org/727348
8 > Signed-off-by: Haelwenn (lanodan) Monnier <contact@×××××××××.me>
9 > ---
10 > app-editors/vis/vis-0.5.ebuild | 6 +++---
11 > 1 file changed, 3 insertions(+), 3 deletions(-)
12 >
13 > diff --git a/app-editors/vis/vis-0.5.ebuild b/app-editors/vis/vis-0.5.ebuild
14 > index 88943eb150e..e7cf08742d4 100644
15 > --- a/app-editors/vis/vis-0.5.ebuild
16 > +++ b/app-editors/vis/vis-0.5.ebuild
17 > @@ -32,10 +32,10 @@ src_prepare() {
18 > if ! type -P vim &>/dev/null; then
19 > sed -i 's/.*vim.*//' test/Makefile || die
20 > fi
21 > - fi
22 >
23 > - # https://bugs.gentoo.org/722014 https://github.com/martanne/vis-test/pull/22
24 > - sed -i 's;./ccan-config > config.h;./ccan-config "${CC}" ${CFLAGS} > config.h;' test/core/Makefile || die
25 > + # https://bugs.gentoo.org/722014 https://github.com/martanne/vis-test/pull/22
26 > + sed -i 's;./ccan-config > config.h;./ccan-config "${CC}" ${CFLAGS} > config.h;' test/core/Makefile || die
27 > + fi
28 >
29 > sed -i 's|STRIP?=.*|STRIP=true|' Makefile || die
30 > sed -i 's|${DOCPREFIX}/vis|${DOCPREFIX}|' Makefile || die

Attachments

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