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 BD46F138336 for ; Tue, 18 Sep 2018 10:24:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46B39E0DD8; Tue, 18 Sep 2018 10:24:00 +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 20C04E0DD8 for ; Tue, 18 Sep 2018 10:23:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 37BDB335CFA for ; Tue, 18 Sep 2018 10:23:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 887483DB for ; Tue, 18 Sep 2018 10:23:54 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1537266226.2fc120ddfc3a495f4c53d2d7354ecb1adfbe79d5.polynomial-c@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.44.ebuild X-VCS-Directories: sys-apps/sg3_utils/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 2fc120ddfc3a495f4c53d2d7354ecb1adfbe79d5 X-VCS-Branch: master Date: Tue, 18 Sep 2018 10:23:54 +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: 57d885f5-3050-490a-9cc6-f6b863a2e5de X-Archives-Hash: ccd170414954d7dcd0ef968e9307f76b commit: 2fc120ddfc3a495f4c53d2d7354ecb1adfbe79d5 Author: Lars Wendler gentoo org> AuthorDate: Tue Sep 18 10:23:30 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Sep 18 10:23:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fc120dd sys-apps/sg3_utils: Block sys-apps/rescan-scsi-bus package. Closes: https://bugs.gentoo.org/666466 Package-Manager: Portage-2.3.49, Repoman-2.3.10 sys-apps/sg3_utils/sg3_utils-1.44.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys-apps/sg3_utils/sg3_utils-1.44.ebuild b/sys-apps/sg3_utils/sg3_utils-1.44.ebuild index d98714db0ff..9967e7f3617 100644 --- a/sys-apps/sg3_utils/sg3_utils-1.44.ebuild +++ b/sys-apps/sg3_utils/sg3_utils-1.44.ebuild @@ -16,8 +16,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~spa IUSE="static-libs" DEPEND="sys-devel/libtool" -RDEPEND="" -PDEPEND=">=sys-apps/rescan-scsi-bus-1.24" +RDEPEND="!sys-apps/rescan-scsi-bus" PATCHES=( "${FILESDIR}"/${PN}-1.26-stdint.patch #580236