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 2DA451382C5 for ; Thu, 17 Jun 2021 21:25:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48976E081A; Thu, 17 Jun 2021 21:25:19 +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 6692EE081A for ; Thu, 17 Jun 2021 21:25:18 +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 06F14335D83 for ; Thu, 17 Jun 2021 21:25:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E46C78E for ; Thu, 17 Jun 2021 21:25:15 +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: <1623965098.ebeec808356ba2215b029538fdd1e14a994ccd69.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/sg3_utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/sg3_utils/sg3_utils-1.42.ebuild X-VCS-Directories: sys-apps/sg3_utils/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: ebeec808356ba2215b029538fdd1e14a994ccd69 X-VCS-Branch: master Date: Thu, 17 Jun 2021 21:25:15 +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: 4e2b2fe2-757b-4cd5-8dd8-d5c9d5804566 X-Archives-Hash: 1bd130d171a2cb06f83bdd1035b48051 commit: ebeec808356ba2215b029538fdd1e14a994ccd69 Author: Mike Gilbert gentoo org> AuthorDate: Thu Jun 17 21:24:58 2021 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Thu Jun 17 21:24:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebeec808 sys-apps/sg3_utils: drop dependency on rescan-scsi-bus Signed-off-by: Mike Gilbert gentoo.org> sys-apps/sg3_utils/sg3_utils-1.42.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-apps/sg3_utils/sg3_utils-1.42.ebuild b/sys-apps/sg3_utils/sg3_utils-1.42.ebuild index 358c4e36cde..d768a1f50c1 100644 --- a/sys-apps/sg3_utils/sg3_utils-1.42.ebuild +++ b/sys-apps/sg3_utils/sg3_utils-1.42.ebuild @@ -16,7 +16,6 @@ IUSE="static-libs" DEPEND="sys-devel/libtool" RDEPEND="" -PDEPEND=">=sys-apps/rescan-scsi-bus-1.24" src_prepare() { epatch "${FILESDIR}"/${PN}-1.26-stdint.patch #580236