Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/rescan-scsi-bus/
Date: Tue, 18 Sep 2018 10:24:01
Message-Id: 1537266224.af71222e3bf1bf623dcf128b1b0f6a7beb8d8741.polynomial-c@gentoo
1 commit: af71222e3bf1bf623dcf128b1b0f6a7beb8d8741
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 18 10:21:27 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 18 10:23:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af71222e
7
8 sys-apps/rescan-scsi-bus: Block newer sys-apps/sg3_utils releases
9
10 as these ship rescan-scsi-bus.sh script.
11
12 Bug: https://bugs.gentoo.org/666466
13 Package-Manager: Portage-2.3.49, Repoman-2.3.10
14
15 sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.57-r1.ebuild | 5 ++---
16 1 file changed, 2 insertions(+), 3 deletions(-)
17
18 diff --git a/sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.57-r1.ebuild b/sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.57-r1.ebuild
19 index 00c6f7a6d41..060cbbd64cd 100644
20 --- a/sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.57-r1.ebuild
21 +++ b/sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.57-r1.ebuild
22 @@ -1,9 +1,7 @@
23 # Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=5
27 -
28 -inherit eutils
29 +EAPI=6
30
31 DESCRIPTION="Script to rescan the SCSI bus without rebooting"
32 HOMEPAGE="http://www.garloff.de/kurt/linux/"
33 @@ -16,6 +14,7 @@ SLOT="0"
34 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86"
35
36 RDEPEND=">=sys-apps/sg3_utils-1.24
37 + <sys-apps/sg3_utils-1.44
38 app-admin/killproc
39 virtual/modutils
40 app-shells/bash"