commit: af71222e3bf1bf623dcf128b1b0f6a7beb8d8741 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Tue Sep 18 10:21:27 2018 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Tue Sep 18 10:23:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af71222e
sys-apps/rescan-scsi-bus: Block newer sys-apps/sg3_utils releases as these ship rescan-scsi-bus.sh script. Bug: https://bugs.gentoo.org/666466 Package-Manager: Portage-2.3.49, Repoman-2.3.10 sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.57-r1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 index 00c6f7a6d41..060cbbd64cd 100644 --- 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 @@ -1,9 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 - -inherit eutils +EAPI=6 DESCRIPTION="Script to rescan the SCSI bus without rebooting" HOMEPAGE="http://www.garloff.de/kurt/linux/" @@ -16,6 +14,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86" RDEPEND=">=sys-apps/sg3_utils-1.24 + <sys-apps/sg3_utils-1.44 app-admin/killproc virtual/modutils app-shells/bash"
