diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-09-18 12:21:27 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-09-18 12:23:44 +0200 |
commit | af71222e3bf1bf623dcf128b1b0f6a7beb8d8741 (patch) | |
tree | 1009ba1c96cd0dc5b0b20fc3a9e512ae0b609dc5 /sys-apps/rescan-scsi-bus | |
parent | dev-libs/json-glib: bump to 1.4.4 (diff) | |
download | gentoo-af71222e3bf1bf623dcf128b1b0f6a7beb8d8741.tar.gz gentoo-af71222e3bf1bf623dcf128b1b0f6a7beb8d8741.tar.bz2 gentoo-af71222e3bf1bf623dcf128b1b0f6a7beb8d8741.zip |
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
Diffstat (limited to 'sys-apps/rescan-scsi-bus')
-rw-r--r-- | sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.57-r1.ebuild | 5 |
1 files 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 00c6f7a6d415..060cbbd64cdd 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" |