Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] base-minimal: add pax-utils for musl
@ 2019-09-28  9:07 voidlinux-github
  2019-09-28  9:31 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: voidlinux-github @ 2019-09-28  9:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages minimal-pax
https://github.com/void-linux/void-packages/pull/14776

base-minimal: add pax-utils for musl
Fixes https://github.com/void-linux/void-packages/issues/14489 .

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

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

From 02b7ba4611e1765e0edb0b87f2b37a8f7ecc6dec Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 28 Sep 2019 12:06:13 +0300
Subject: [PATCH] base-minimal: add pax-utils for musl

---
 srcpkgs/base-minimal/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/base-minimal/template b/srcpkgs/base-minimal/template
index 9199cd7f53a..0953e4abe8f 100644
--- a/srcpkgs/base-minimal/template
+++ b/srcpkgs/base-minimal/template
@@ -1,7 +1,7 @@
 # Template file for 'base-minimal'
 pkgname=base-minimal
 version=0.1
-revision=3
+revision=4
 build_style=meta
 homepage="http://www.voidlinux.org/"
 short_desc="Void Linux base system meta with minimal tools"
@@ -14,6 +14,6 @@ depends="
  runit-void"
 
 case "$XBPS_TARGET_MACHINE" in
-	*-musl) depends+=" musl";;
+	*-musl) depends+=" musl pax-utils";;
 	*) depends+=" glibc-locales";;
 esac

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

end of thread, other threads:[~2019-10-16 17:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-28  9:07 [PR PATCH] base-minimal: add pax-utils for musl voidlinux-github
2019-09-28  9:31 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-28  9:31 ` voidlinux-github
2019-10-02  8:11 ` voidlinux-github
2019-10-02  8:11 ` voidlinux-github
2019-10-02 13:44 ` voidlinux-github
2019-10-02 19:12 ` voidlinux-github
2019-10-02 19:13 ` voidlinux-github
2019-10-16 13:55 ` [PR PATCH] [Closed]: " voidlinux-github
2019-10-16 17:36 ` 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).