From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EA22F138334 for ; Fri, 20 Jul 2018 20:56:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 156E0E0A64; Fri, 20 Jul 2018 20:56:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D70D0E0A64 for ; Fri, 20 Jul 2018 20:56:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CCF20335CD7 for ; Fri, 20 Jul 2018 20:56:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64F78370 for ; Fri, 20 Jul 2018 20:56:01 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1532120136.07e22be6b78096cd9334ff16b5cdc300cb97a90d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/xarchiver/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/xarchiver/xarchiver-0.5.4.12.ebuild app-arch/xarchiver/xarchiver-0.5.4.13.ebuild X-VCS-Directories: app-arch/xarchiver/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 07e22be6b78096cd9334ff16b5cdc300cb97a90d X-VCS-Branch: master Date: Fri, 20 Jul 2018 20:56:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5a210be1-e868-40a2-b06d-bfd35afdf609 X-Archives-Hash: f7606c536f7d9ddf2500730fba60e147 commit: 07e22be6b78096cd9334ff16b5cdc300cb97a90d Author: Michał Górny gentoo org> AuthorDate: Fri Jul 20 20:54:06 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jul 20 20:55:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07e22be6 app-arch/xarchiver: Block known-broken app-arch/pigz versions Bug: https://bugs.gentoo.org/661464 app-arch/xarchiver/xarchiver-0.5.4.12.ebuild | 5 ++++- app-arch/xarchiver/xarchiver-0.5.4.13.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/app-arch/xarchiver/xarchiver-0.5.4.12.ebuild b/app-arch/xarchiver/xarchiver-0.5.4.12.ebuild index 7a9f62c11b8..ffa666d4ec8 100644 --- a/app-arch/xarchiver/xarchiver-0.5.4.12.ebuild +++ b/app-arch/xarchiver/xarchiver-0.5.4.12.ebuild @@ -14,8 +14,11 @@ SLOT="0" KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="doc" +# older pigz versions have incompatible command-line processing +# https://bugs.gentoo.org/661464 RDEPEND=">=dev-libs/glib-2:= - x11-libs/gtk+:3=" + x11-libs/gtk+:3= + !!