From: "Sergey Popov" <pinkbyte@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gamerlay:master commit in: eclass/
Date: Sun, 9 Mar 2014 18:11:29 +0000 (UTC) [thread overview]
Message-ID: <1394388520.12e077100985efcebcf278a8025c7df53d953a8c.pinkbyte@gentoo> (raw)
commit: 12e077100985efcebcf278a8025c7df53d953a8c
Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 9 18:08:40 2014 +0000
Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Sun Mar 9 18:08:40 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=12e07710
unpacker-nixstaller.eclass: fix handling of LZMA tarballs with new sys-apps/file
---
eclass/unpacker-nixstaller.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/unpacker-nixstaller.eclass b/eclass/unpacker-nixstaller.eclass
index 74ed2ba..717fc33 100644
--- a/eclass/unpacker-nixstaller.eclass
+++ b/eclass/unpacker-nixstaller.eclass
@@ -38,7 +38,7 @@ nixstaller_unpack() {
[[ -f "./$i" ]] && (
local type=$(file -b ${i})
case ${type} in
- data)
+ data|LZMA*)
tar -xJf "./$i"
;;
gzip*)
next reply other threads:[~2014-03-09 18:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-09 18:11 Sergey Popov [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-09-23 19:03 [gentoo-commits] proj/gamerlay:master commit in: eclass/ Azamat H. Hackimov
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=1394388520.12e077100985efcebcf278a8025c7df53d953a8c.pinkbyte@gentoo \
--to=pinkbyte@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.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