Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] base-minimal: add pax-utils for musl
Date: Sat, 28 Sep 2019 11:07:19 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14776@inbox.vuxu.org> (raw)

[-- 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

             reply	other threads:[~2019-09-28  9:07 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-28  9:07 voidlinux-github [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14776@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).