sys-apps/rescan-scsi-bus: Block newer sys-apps/sg3_utils releases
authorLars Wendler <polynomial-c@gentoo.org>
Tue, 18 Sep 2018 10:21:27 +0000 (12:21 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Tue, 18 Sep 2018 10:23:44 +0000 (12:23 +0200)
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

index 00c6f7a6d4153d951022a5831d0336fd6add1733..060cbbd64cdd1937949ca060d4e37c5f742bb07a 100644 (file)
@@ -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"