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 CEE6C139083 for ; Fri, 15 Dec 2017 23:52:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCBA5E0E7B; Fri, 15 Dec 2017 23:52:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 AD31FE0E7B for ; Fri, 15 Dec 2017 23:52:48 +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 36B5633BE19 for ; Fri, 15 Dec 2017 23:52:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CFECAE76 for ; Fri, 15 Dec 2017 23:52:45 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1513381959.899dd626a5ec4086537fbf69c97e787a43bd08d7.robbat2@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.18-r4.ebuild dev-util/catalyst/catalyst-2.0.9999.ebuild dev-util/catalyst/catalyst-3.0.0.ebuild dev-util/catalyst/catalyst-9999.ebuild X-VCS-Directories: dev-util/catalyst/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 899dd626a5ec4086537fbf69c97e787a43bd08d7 X-VCS-Branch: master Date: Fri, 15 Dec 2017 23:52:45 +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: f5b55abe-29de-466b-a253-2e298b7e08b2 X-Archives-Hash: bf9da89d63a56ee2c21be41954c2b0bb commit: 899dd626a5ec4086537fbf69c97e787a43bd08d7 Author: Robin H. Johnson gentoo org> AuthorDate: Fri Dec 15 23:50:59 2017 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Fri Dec 15 23:52:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=899dd626 dev-util/catalyst: dosfstools needed for EFI. EFI on x86, amd64, arm64, ia64 all need a VFAT filesystem, make it a common dependency. Package-Manager: Portage-2.3.16, Repoman-2.3.6 dev-util/catalyst/catalyst-2.0.18-r1.ebuild | 4 ++-- dev-util/catalyst/catalyst-2.0.18-r4.ebuild | 2 +- dev-util/catalyst/catalyst-2.0.9999.ebuild | 4 ++-- dev-util/catalyst/catalyst-3.0.0.ebuild | 2 +- dev-util/catalyst/catalyst-9999.ebuild | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dev-util/catalyst/catalyst-2.0.18-r1.ebuild b/dev-util/catalyst/catalyst-2.0.18-r1.ebuild index c16137f9236..8d447124601 100644 --- a/dev-util/catalyst/catalyst-2.0.18-r1.ebuild +++ b/dev-util/catalyst/catalyst-2.0.18-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -36,9 +36,9 @@ RDEPEND=" app-arch/lbzip2 app-crypt/shash app-arch/tar[xattr] + sys-fs/dosfstools virtual/cdrtools amd64? ( >=sys-boot/syslinux-3.72 ) - ia64? ( sys-fs/dosfstools ) x86? ( >=sys-boot/syslinux-3.72 ) ccache? ( dev-util/ccache ) kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 ) diff --git a/dev-util/catalyst/catalyst-2.0.18-r4.ebuild b/dev-util/catalyst/catalyst-2.0.18-r4.ebuild index 45b66c35b87..d82b44c2606 100644 --- a/dev-util/catalyst/catalyst-2.0.18-r4.ebuild +++ b/dev-util/catalyst/catalyst-2.0.18-r4.ebuild @@ -36,9 +36,9 @@ RDEPEND=" app-arch/lbzip2 app-crypt/shash app-arch/tar[xattr] + sys-fs/dosfstools virtual/cdrtools amd64? ( >=sys-boot/syslinux-3.72 ) - ia64? ( sys-fs/dosfstools ) x86? ( >=sys-boot/syslinux-3.72 ) ccache? ( dev-util/ccache ) kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 ) diff --git a/dev-util/catalyst/catalyst-2.0.9999.ebuild b/dev-util/catalyst/catalyst-2.0.9999.ebuild index c715f64e47b..8fea2ecdcce 100644 --- a/dev-util/catalyst/catalyst-2.0.9999.ebuild +++ b/dev-util/catalyst/catalyst-2.0.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -35,9 +35,9 @@ RDEPEND=" app-arch/lbzip2 app-crypt/shash app-arch/tar[xattr] + sys-fs/dosfstools virtual/cdrtools amd64? ( >=sys-boot/syslinux-3.72 ) - ia64? ( sys-fs/dosfstools ) x86? ( >=sys-boot/syslinux-3.72 ) ccache? ( dev-util/ccache ) kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 ) diff --git a/dev-util/catalyst/catalyst-3.0.0.ebuild b/dev-util/catalyst/catalyst-3.0.0.ebuild index d92c866043e..2128e995740 100644 --- a/dev-util/catalyst/catalyst-3.0.0.ebuild +++ b/dev-util/catalyst/catalyst-3.0.0.ebuild @@ -35,11 +35,11 @@ RDEPEND=" >=dev-python/pydecomp-0.2[${PYTHON_USEDEP}] app-arch/lbzip2 app-crypt/shash + sys-fs/dosfstools !x86-fbsd? ( || ( app-arch/tar[xattr] app-arch/libarchive[xattr] ) ) x86-fbsd? ( app-arch/libarchive[xattr] ) virtual/cdrtools amd64? ( >=sys-boot/syslinux-3.72 ) - ia64? ( sys-fs/dosfstools ) x86? ( >=sys-boot/syslinux-3.72 ) ccache? ( dev-util/ccache ) kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 ) diff --git a/dev-util/catalyst/catalyst-9999.ebuild b/dev-util/catalyst/catalyst-9999.ebuild index 514a27d90a6..ef20b4711c2 100644 --- a/dev-util/catalyst/catalyst-9999.ebuild +++ b/dev-util/catalyst/catalyst-9999.ebuild @@ -35,11 +35,11 @@ RDEPEND=" =dev-python/pydecomp-9999[${PYTHON_USEDEP}] app-arch/lbzip2 app-crypt/shash + sys-fs/dosfstools !x86-fbsd? ( || ( app-arch/tar[xattr] app-arch/libarchive[xattr] ) ) x86-fbsd? ( app-arch/libarchive[xattr] ) virtual/cdrtools amd64? ( >=sys-boot/syslinux-3.72 ) - ia64? ( sys-fs/dosfstools ) x86? ( >=sys-boot/syslinux-3.72 ) ccache? ( dev-util/ccache ) kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 )