Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] llvm: add replaces statement for all older llvm ver
@ 2019-09-29  8:27 voidlinux-github
  2019-09-29  9:38 ` voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: voidlinux-github @ 2019-09-29  8:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 366 bytes --]

There is a new pull request by Johnnynator against master on the void-packages repository

https://github.com/Johnnynator/void-packages llvm
https://github.com/void-linux/void-packages/pull/14812

llvm: add replaces statement for all older llvm ver
resolves hopefully #14811

A patch file from https://github.com/void-linux/void-packages/pull/14812.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-llvm-14812.patch --]
[-- Type: text/x-diff, Size: 753 bytes --]

From 24d8f2fda23d86958f02b9576acdef558f5c96bb Mon Sep 17 00:00:00 2001
From: John <johnz@posteo.net>
Date: Sun, 29 Sep 2019 11:23:40 +0300
Subject: [PATCH] llvm: add replaces statement for all older llvm ver

resolves #14811
---
 srcpkgs/llvm/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/llvm/template b/srcpkgs/llvm/template
index b6212fc8bfd..f596bf29b1b 100644
--- a/srcpkgs/llvm/template
+++ b/srcpkgs/llvm/template
@@ -1,9 +1,10 @@
 # Template file for 'llvm'
 pkgname=llvm
 version=9.0.0
-revision=1
+revision=2
 build_style=meta
 depends="llvm9"
+replaces="llvm8>=0 llvm7>=0 llvm6.0>=0 llvm3.9>=0"
 short_desc="LLVM meta package"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="Public Domain"

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

* Re: llvm: add replaces statement for all older llvm ver
  2019-09-29  8:27 [PR PATCH] llvm: add replaces statement for all older llvm ver voidlinux-github
@ 2019-09-29  9:38 ` voidlinux-github
  2019-09-29  9:45 ` voidlinux-github
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-09-29  9:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 255 bytes --]

New comment by jnbr on void-packages repository

https://github.com/void-linux/void-packages/pull/14812#issuecomment-536274756

Comment:
LGTM, I could reproduce #14811 (install llvm8 on outdated installation, then try to update) and this change fixes it.

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

* Re: llvm: add replaces statement for all older llvm ver
  2019-09-29  8:27 [PR PATCH] llvm: add replaces statement for all older llvm ver voidlinux-github
  2019-09-29  9:38 ` voidlinux-github
@ 2019-09-29  9:45 ` voidlinux-github
  2019-09-29  9:45 ` [PR PATCH] [Merged]: " voidlinux-github
  2019-09-29  9:45 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-09-29  9:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 290 bytes --]

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/14812#issuecomment-536275379

Comment:
> LGTM, I could reproduce #14811 (install llvm8 on outdated installation, then try to update) and this change fixes it.

thanks for testing it.

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

* Re: [PR PATCH] [Merged]: llvm: add replaces statement for all older llvm ver
  2019-09-29  8:27 [PR PATCH] llvm: add replaces statement for all older llvm ver voidlinux-github
  2019-09-29  9:38 ` voidlinux-github
  2019-09-29  9:45 ` voidlinux-github
@ 2019-09-29  9:45 ` voidlinux-github
  2019-09-29  9:45 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-09-29  9:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 210 bytes --]

There's a merged pull request on the void-packages repository

llvm: add replaces statement for all older llvm ver
https://github.com/void-linux/void-packages/pull/14812

Description:
resolves hopefully #14811

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

* Re: llvm: add replaces statement for all older llvm ver
  2019-09-29  8:27 [PR PATCH] llvm: add replaces statement for all older llvm ver voidlinux-github
                   ` (2 preceding siblings ...)
  2019-09-29  9:45 ` [PR PATCH] [Merged]: " voidlinux-github
@ 2019-09-29  9:45 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-09-29  9:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 366 bytes --]

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/14812#issuecomment-536275379

Comment:
> LGTM, I could reproduce #14811 (install llvm8 on outdated installation, then try to update) and this change fixes it.

thanks for testing it. I just hope our builder get to building it before falling apart once again.

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

end of thread, other threads:[~2019-09-29  9:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-29  8:27 [PR PATCH] llvm: add replaces statement for all older llvm ver voidlinux-github
2019-09-29  9:38 ` voidlinux-github
2019-09-29  9:45 ` voidlinux-github
2019-09-29  9:45 ` [PR PATCH] [Merged]: " voidlinux-github
2019-09-29  9:45 ` voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).