commit:     64d7723fba4740e0ba80e97f534a8b04500cabbf
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 20 10:10:58 2019 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Oct 20 10:10:58 2019 +0000
URL:        https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=64d7723f

qmerge: fix up comment

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 qmerge.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/qmerge.c b/qmerge.c
index a3686ac..5d5ee27 100644
--- a/qmerge.c
+++ b/qmerge.c
@@ -1237,8 +1237,7 @@ pkg_merge(int level, const depend_atom *atom, const 
struct pkg_t *pkg)
                                 * needed to decompress the file. See
                                 * 
https://bugs.gentoo.org/show_bug.cgi?id=634980 */
                                compr = "I zstd --long=31";
-                               /*
-                                * If really tar -I would be used we would have 
to quote:
+                               /* If really tar -I would be used we would have 
to quote:
                                 * compr = "I \"zstd --long=31\"";
                                 * But actually we use a pipe (see below) */
                        } else if (mlen >= 4 &&

Reply via email to