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 2B0CF138350 for ; Tue, 31 Mar 2020 06:39:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49AB1E0BB3; Tue, 31 Mar 2020 06:39:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 87FD6E0BB3 for ; Tue, 31 Mar 2020 06:39:17 +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 2E40F34F041 for ; Tue, 31 Mar 2020 06:39:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AEDD218F for ; Tue, 31 Mar 2020 06:39:13 +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: <1585636745.7b4c4a070c225c4ec315637217464c7238d34879.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/sdparm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/sdparm/sdparm-1.11.ebuild X-VCS-Directories: sys-apps/sdparm/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 7b4c4a070c225c4ec315637217464c7238d34879 X-VCS-Branch: master Date: Tue, 31 Mar 2020 06:39:13 +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: a8a4a48d-0c7c-4b7f-a616-dbef9496a7c7 X-Archives-Hash: 9798ec544acb62997ede157b21db82e0 commit: 7b4c4a070c225c4ec315637217464c7238d34879 Author: Lars Wendler gentoo org> AuthorDate: Tue Mar 31 06:38:49 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Mar 31 06:39:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b4c4a07 sys-apps/sdparm: Fixed dependency on sys-apps/sg3_utils Thanks-to: Kent Fredric gentoo.org> Closes: https://bugs.gentoo.org/715550 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Lars Wendler gentoo.org> sys-apps/sdparm/sdparm-1.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/sdparm/sdparm-1.11.ebuild b/sys-apps/sdparm/sdparm-1.11.ebuild index a78e56a4ff3..a2e3e27e0ba 100644 --- a/sys-apps/sdparm/sdparm-1.11.ebuild +++ b/sys-apps/sdparm/sdparm-1.11.ebuild @@ -13,7 +13,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~am IUSE="" # Older releases contain a conflicting sas_disk_blink -RDEPEND=">=sys-apps/sg3_utils-1.42" +RDEPEND=">=sys-apps/sg3_utils-1.45" DEPEND="${RDEPEND}" DOCS=( AUTHORS ChangeLog CREDITS README notes.txt )