public inbox for gentoo-proxy-maint@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-proxy-maint] [PATCH] app-editors/vis: Fix sed with FEATURES=-test
@ 2020-06-06 23:10 Haelwenn (lanodan) Monnier
  2020-06-07  6:36 ` Joonas Niilola
  0 siblings, 1 reply; 2+ messages in thread
From: Haelwenn (lanodan) Monnier @ 2020-06-06 23:10 UTC (permalink / raw
  To: gentoo-proxy-maint; +Cc: Haelwenn (lanodan) Monnier

Closes: https://bugs.gentoo.org/727348
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
---
 app-editors/vis/vis-0.5.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-editors/vis/vis-0.5.ebuild b/app-editors/vis/vis-0.5.ebuild
index 88943eb150e..e7cf08742d4 100644
--- a/app-editors/vis/vis-0.5.ebuild
+++ b/app-editors/vis/vis-0.5.ebuild
@@ -32,10 +32,10 @@ src_prepare() {
 		if ! type -P vim &>/dev/null; then
 			sed -i 's/.*vim.*//' test/Makefile || die
 		fi
-	fi
 
-	# https://bugs.gentoo.org/722014 https://github.com/martanne/vis-test/pull/22
-	sed -i 's;./ccan-config > config.h;./ccan-config "${CC}" ${CFLAGS} > config.h;' test/core/Makefile || die
+		# https://bugs.gentoo.org/722014 https://github.com/martanne/vis-test/pull/22
+		sed -i 's;./ccan-config > config.h;./ccan-config "${CC}" ${CFLAGS} > config.h;' test/core/Makefile || die
+	fi
 
 	sed -i 's|STRIP?=.*|STRIP=true|' Makefile || die
 	sed -i 's|${DOCPREFIX}/vis|${DOCPREFIX}|' Makefile || die
-- 
2.26.2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [gentoo-proxy-maint] [PATCH] app-editors/vis: Fix sed with FEATURES=-test
  2020-06-06 23:10 [gentoo-proxy-maint] [PATCH] app-editors/vis: Fix sed with FEATURES=-test Haelwenn (lanodan) Monnier
@ 2020-06-07  6:36 ` Joonas Niilola
  0 siblings, 0 replies; 2+ messages in thread
From: Joonas Niilola @ 2020-06-07  6:36 UTC (permalink / raw
  To: gentoo-proxy-maint


[-- Attachment #1.1: Type: text/plain, Size: 1247 bytes --]

Merged. I guess packages need to be tested with and without
FEATURES="test" from now on...

;)

On 6/7/20 2:10 AM, Haelwenn (lanodan) Monnier wrote:
> Closes: https://bugs.gentoo.org/727348
> Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
> ---
>  app-editors/vis/vis-0.5.ebuild | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/app-editors/vis/vis-0.5.ebuild b/app-editors/vis/vis-0.5.ebuild
> index 88943eb150e..e7cf08742d4 100644
> --- a/app-editors/vis/vis-0.5.ebuild
> +++ b/app-editors/vis/vis-0.5.ebuild
> @@ -32,10 +32,10 @@ src_prepare() {
>  		if ! type -P vim &>/dev/null; then
>  			sed -i 's/.*vim.*//' test/Makefile || die
>  		fi
> -	fi
>  
> -	# https://bugs.gentoo.org/722014 https://github.com/martanne/vis-test/pull/22
> -	sed -i 's;./ccan-config > config.h;./ccan-config "${CC}" ${CFLAGS} > config.h;' test/core/Makefile || die
> +		# https://bugs.gentoo.org/722014 https://github.com/martanne/vis-test/pull/22
> +		sed -i 's;./ccan-config > config.h;./ccan-config "${CC}" ${CFLAGS} > config.h;' test/core/Makefile || die
> +	fi
>  
>  	sed -i 's|STRIP?=.*|STRIP=true|' Makefile || die
>  	sed -i 's|${DOCPREFIX}/vis|${DOCPREFIX}|' Makefile || die


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 642 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-07  6:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-06 23:10 [gentoo-proxy-maint] [PATCH] app-editors/vis: Fix sed with FEATURES=-test Haelwenn (lanodan) Monnier
2020-06-07  6:36 ` Joonas Niilola

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox