From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D34A9138BED for ; Sun, 11 Oct 2015 18:01:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0F5EE07FC; Sun, 11 Oct 2015 18:01:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5E1CC21C005 for ; Sun, 11 Oct 2015 18:01:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0FAE433D3CE for ; Sun, 11 Oct 2015 18:01:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD92FDEE for ; Sun, 11 Oct 2015 18:01:09 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1444586457.f97ffffa6da968f490a2e8d05c383a3cf6f178fe.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/catalyst/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/catalyst/catalyst-2.0.18-r1.ebuild dev-util/catalyst/catalyst-2.0.9999.ebuild dev-util/catalyst/catalyst-2.9999.ebuild dev-util/catalyst/catalyst-9999.ebuild X-VCS-Directories: dev-util/catalyst/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: f97ffffa6da968f490a2e8d05c383a3cf6f178fe X-VCS-Branch: master Date: Sun, 11 Oct 2015 18:01:09 +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: 7a8ab8c1-0501-45ad-b2c9-507d7a33d386 X-Archives-Hash: c507ac24f708fb7577e0fa08c30afaad commit: f97ffffa6da968f490a2e8d05c383a3cf6f178fe Author: Mike Frysinger gentoo org> AuthorDate: Sun Oct 11 18:00:01 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Sun Oct 11 18:00:57 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f97ffffa dev-util/catalyst: require tar[xattr] #552888 Since the build hardcodes xattr related tar flags, make sure the system tar was built with them enabled. dev-util/catalyst/catalyst-2.0.18-r1.ebuild | 1 + dev-util/catalyst/catalyst-2.0.9999.ebuild | 1 + dev-util/catalyst/catalyst-2.9999.ebuild | 1 + dev-util/catalyst/catalyst-9999.ebuild | 1 + 4 files changed, 4 insertions(+) diff --git a/dev-util/catalyst/catalyst-2.0.18-r1.ebuild b/dev-util/catalyst/catalyst-2.0.18-r1.ebuild index 83d358c..8521851 100644 --- a/dev-util/catalyst/catalyst-2.0.18-r1.ebuild +++ b/dev-util/catalyst/catalyst-2.0.18-r1.ebuild @@ -36,6 +36,7 @@ DEPEND=" RDEPEND=" app-arch/lbzip2 app-crypt/shash + app-arch/tar[xattr] virtual/cdrtools amd64? ( >=sys-boot/syslinux-3.72 ) ia64? ( sys-fs/dosfstools ) diff --git a/dev-util/catalyst/catalyst-2.0.9999.ebuild b/dev-util/catalyst/catalyst-2.0.9999.ebuild index 0e9708e..89cb7b0 100644 --- a/dev-util/catalyst/catalyst-2.0.9999.ebuild +++ b/dev-util/catalyst/catalyst-2.0.9999.ebuild @@ -35,6 +35,7 @@ DEPEND=" RDEPEND=" app-arch/lbzip2 app-crypt/shash + app-arch/tar[xattr] virtual/cdrtools amd64? ( >=sys-boot/syslinux-3.72 ) ia64? ( sys-fs/dosfstools ) diff --git a/dev-util/catalyst/catalyst-2.9999.ebuild b/dev-util/catalyst/catalyst-2.9999.ebuild index da1281a..3724762 100644 --- a/dev-util/catalyst/catalyst-2.9999.ebuild +++ b/dev-util/catalyst/catalyst-2.9999.ebuild @@ -36,6 +36,7 @@ RDEPEND=" =dev-python/pydecomp-9999 app-arch/lbzip2 app-crypt/shash + app-arch/tar[xattr] virtual/cdrtools amd64? ( >=sys-boot/syslinux-3.72 ) ia64? ( sys-fs/dosfstools ) diff --git a/dev-util/catalyst/catalyst-9999.ebuild b/dev-util/catalyst/catalyst-9999.ebuild index ec9b18b..116a803 100644 --- a/dev-util/catalyst/catalyst-9999.ebuild +++ b/dev-util/catalyst/catalyst-9999.ebuild @@ -35,6 +35,7 @@ RDEPEND=" =dev-python/pydecomp-9999 app-arch/lbzip2 app-crypt/shash + app-arch/tar[xattr] virtual/cdrtools amd64? ( >=sys-boot/syslinux-3.72 ) ia64? ( sys-fs/dosfstools )