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 46638158041 for ; Tue, 7 Sep 2021 17:28:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B013E0886; Tue, 7 Sep 2021 17:28:11 +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 A30FBE0886 for ; Tue, 7 Sep 2021 17:28:10 +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 9498633BDE5 for ; Tue, 7 Sep 2021 17:28:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24499BA for ; Tue, 7 Sep 2021 17:28:08 +0000 (UTC) From: "Mike Gilbert" 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 Gilbert" Message-ID: <1631035665.763ee6146cd896ad801a3b937d1d21a92b26c5a2.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/grub/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/grub/grub-2.06-r1.ebuild sys-boot/grub/grub-9999.ebuild X-VCS-Directories: sys-boot/grub/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 763ee6146cd896ad801a3b937d1d21a92b26c5a2 X-VCS-Branch: master Date: Tue, 7 Sep 2021 17:28:08 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: eb96cfb1-733c-44a8-b34a-7d1ff3a3e975 X-Archives-Hash: c5a40f65558b4979f36584073a1dfa2f commit: 763ee6146cd896ad801a3b937d1d21a92b26c5a2 Author: Mike Gilbert gentoo org> AuthorDate: Tue Sep 7 17:18:04 2021 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue Sep 7 17:27:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=763ee614 sys-boot/grub: drop pax-utils Signed-off-by: Mike Gilbert gentoo.org> sys-boot/grub/grub-2.06-r1.ebuild | 3 +-- sys-boot/grub/grub-9999.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/sys-boot/grub/grub-2.06-r1.ebuild b/sys-boot/grub/grub-2.06-r1.ebuild index 3c49ad5db1f..09e5054052a 100644 --- a/sys-boot/grub/grub-2.06-r1.ebuild +++ b/sys-boot/grub/grub-2.06-r1.ebuild @@ -19,7 +19,7 @@ if [[ -n ${GRUB_AUTORECONF} ]]; then inherit autotools fi -inherit bash-completion-r1 flag-o-matic multibuild optfeature pax-utils toolchain-funcs +inherit bash-completion-r1 flag-o-matic multibuild optfeature toolchain-funcs if [[ ${PV} != 9999 ]]; then if [[ ${PV} == *_alpha* || ${PV} == *_beta* || ${PV} == *_rc* ]]; then @@ -69,7 +69,6 @@ REQUIRED_USE=" BDEPEND=" ${PYTHON_DEPS} - app-misc/pax-utils sys-devel/flex sys-devel/bison sys-apps/help2man diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index 8046d169817..2c6c543dd39 100644 --- a/sys-boot/grub/grub-9999.ebuild +++ b/sys-boot/grub/grub-9999.ebuild @@ -19,7 +19,7 @@ if [[ -n ${GRUB_AUTORECONF} ]]; then inherit autotools fi -inherit bash-completion-r1 flag-o-matic multibuild optfeature pax-utils toolchain-funcs +inherit bash-completion-r1 flag-o-matic multibuild optfeature toolchain-funcs if [[ ${PV} != 9999 ]]; then if [[ ${PV} == *_alpha* || ${PV} == *_beta* || ${PV} == *_rc* ]]; then @@ -68,7 +68,6 @@ REQUIRED_USE=" BDEPEND=" ${PYTHON_DEPS} - app-misc/pax-utils sys-devel/flex sys-devel/bison sys-apps/help2man