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 EF2C9139694 for ; Tue, 14 Feb 2017 23:08:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B414E0D42; Tue, 14 Feb 2017 23:08:10 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2BEC4E0D42 for ; Tue, 14 Feb 2017 23:08:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4B76834105A for ; Tue, 14 Feb 2017 23:08:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3E454808 for ; Tue, 14 Feb 2017 23:08:07 +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: <1487113683.ab70393b8cadaf5f477a0df4b189a7e8e3a4c7da.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/grub/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/grub/grub-9999.ebuild X-VCS-Directories: sys-boot/grub/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: ab70393b8cadaf5f477a0df4b189a7e8e3a4c7da X-VCS-Branch: master Date: Tue, 14 Feb 2017 23:08:07 +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: e28a8ace-71e1-4b90-a622-f83b5b345ed8 X-Archives-Hash: e86401b55259b67902b087260165fc5b commit: ab70393b8cadaf5f477a0df4b189a7e8e3a4c7da Author: Robin H. Johnson gentoo org> AuthorDate: Tue Feb 14 23:07:51 2017 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Tue Feb 14 23:08:03 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab70393b sys-boot/grub: update test dependencies. Package-Manager: portage-2.3.2 sys-boot/grub/grub-9999.ebuild | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index 7409bfd4ff..8aeed5fc34 100644 --- a/sys-boot/grub/grub-9999.ebuild +++ b/sys-boot/grub/grub-9999.ebuild @@ -95,8 +95,14 @@ DEPEND="${RDEPEND} ) ) test? ( - dev-libs/libisoburn + app-admin/genromfs + app-arch/cpio + app-arch/lzop app-emulation/qemu + dev-libs/libisoburn + sys-apps/miscfiles + sys-block/parted + sys-fs/squashfs-tools ) themes? ( app-arch/unzip @@ -137,6 +143,14 @@ src_prepare() { sed -i -e 's/^\* GRUB:/* GRUB2:/' -e 's/(grub)/(grub2)/' docs/grub.texi || die fi + # Nothing in Gentoo packages 'american-english' in the exact path + # wanted for the test, but all that is needed is a compressible text + # file, and we do have 'words' from miscfiles in the same path. + sed -i \ + -e '/CFILESSRC.*=/s,american-english,words,' \ + tests/util/grub-fs-tester.in \ + || die + if [[ -n ${GRUB_AUTOGEN} ]]; then python_setup bash autogen.sh || die