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 D45231382C5 for ; Sun, 24 Jan 2021 21:05:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7651E08BF; Sun, 24 Jan 2021 21:05:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C2A3EE08BF for ; Sun, 24 Jan 2021 21:05: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 C28D33406DD for ; Sun, 24 Jan 2021 21:05:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 619EA2C5 for ; Sun, 24 Jan 2021 21:05: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: <1611522243.e5572330c4ebd31ad285859c851a3318599f29d6.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/lvm2/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/lvm2/lvm2-2.02.187-r2.ebuild sys-fs/lvm2/lvm2-2.03.11.ebuild X-VCS-Directories: sys-fs/lvm2/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: e5572330c4ebd31ad285859c851a3318599f29d6 X-VCS-Branch: master Date: Sun, 24 Jan 2021 21:05: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: 42aa3376-e8de-4e7b-9fc5-55ee39f22453 X-Archives-Hash: e7846c0231cde5f6f5534f7b212a7942 commit: e5572330c4ebd31ad285859c851a3318599f29d6 Author: David Michael gmail com> AuthorDate: Sun Jan 24 19:26:22 2021 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Jan 24 21:04:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5572330 sys-fs/lvm2: drop unused binutils dependency Closes: https://bugs.gentoo.org/766917 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael gmail.com> Signed-off-by: Mike Gilbert gentoo.org> sys-fs/lvm2/lvm2-2.02.187-r2.ebuild | 3 +-- sys-fs/lvm2/lvm2-2.03.11.ebuild | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/sys-fs/lvm2/lvm2-2.02.187-r2.ebuild b/sys-fs/lvm2/lvm2-2.02.187-r2.ebuild index 54f28eab2cb..413eaae8b61 100644 --- a/sys-fs/lvm2/lvm2-2.02.187-r2.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.187-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -37,7 +37,6 @@ RDEPEND="${DEPEND_COMMON} thin? ( >=sys-block/thin-provisioning-tools-0.3.0 )" # note: thin- 0.3.0 is required to avoid --disable-thin_check_needs_check DEPEND="${DEPEND_COMMON} - >=sys-devel/binutils-2.20.1-r1 static? ( selinux? ( sys-libs/libselinux[static-libs] ) >=sys-apps/util-linux-2.16[static-libs] diff --git a/sys-fs/lvm2/lvm2-2.03.11.ebuild b/sys-fs/lvm2/lvm2-2.03.11.ebuild index 47f9c06d38d..d8d945f5a7d 100644 --- a/sys-fs/lvm2/lvm2-2.03.11.ebuild +++ b/sys-fs/lvm2/lvm2-2.03.11.ebuild @@ -37,7 +37,6 @@ RDEPEND="${DEPEND_COMMON} thin? ( >=sys-block/thin-provisioning-tools-0.3.0 )" # note: thin- 0.3.0 is required to avoid --disable-thin_check_needs_check DEPEND="${DEPEND_COMMON} - >=sys-devel/binutils-2.20.1-r1 static? ( selinux? ( sys-libs/libselinux[static-libs] ) >=sys-apps/util-linux-2.16[static-libs]