Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xbps-src/cross.sh: raise mimimum cross-vpkg-dummy version to 0.33_1
@ 2019-09-28  9:28 voidlinux-github
  2019-09-28  9:30 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-09-28  9:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Johnnynator/void-packages cross
https://github.com/void-linux/void-packages/pull/14777

xbps-src/cross.sh: raise mimimum cross-vpkg-dummy version to 0.33_1
None

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

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

From 925c18eabf16e9745db056c28160a022dda3ce8a Mon Sep 17 00:00:00 2001
From: John <johnz@posteo.net>
Date: Sat, 28 Sep 2019 12:26:20 +0300
Subject: [PATCH] xbps-src/cross.sh: raise mimimum cross-vpkg-dummy version to
 0.33_1

---
 common/xbps-src/shutils/cross.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/xbps-src/shutils/cross.sh b/common/xbps-src/shutils/cross.sh
index a699885e801..0a4fa3028db 100644
--- a/common/xbps-src/shutils/cross.sh
+++ b/common/xbps-src/shutils/cross.sh
@@ -29,7 +29,7 @@ prepare_cross_sysroot() {
     [ -z "$cross" -o "$cross" = "" -o -f $statefile ] && return 0
 
     # Check for cross-vpkg-dummy available for the target arch, otherwise build it.
-    pkg_available 'cross-vpkg-dummy>=0.31_1' $cross
+    pkg_available 'cross-vpkg-dummy>=0.33_1' $cross
     if [ $? -eq 0 ]; then
         $XBPS_LIBEXECDIR/build.sh cross-vpkg-dummy cross-vpkg-dummy pkg $cross init || return $?
     fi

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

* Re: [PR PATCH] [Merged]: xbps-src/cross.sh: raise mimimum cross-vpkg-dummy version to 0.33_1
  2019-09-28  9:28 [PR PATCH] xbps-src/cross.sh: raise mimimum cross-vpkg-dummy version to 0.33_1 voidlinux-github
@ 2019-09-28  9:30 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-09-28  9:30 UTC (permalink / raw)
  To: ml

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

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

xbps-src/cross.sh: raise mimimum cross-vpkg-dummy version to 0.33_1
https://github.com/void-linux/void-packages/pull/14777

Description:
None

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-28  9:28 [PR PATCH] xbps-src/cross.sh: raise mimimum cross-vpkg-dummy version to 0.33_1 voidlinux-github
2019-09-28  9:30 ` [PR PATCH] [Merged]: " 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).