diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-12-26 16:00:34 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-12-26 16:00:45 +0100 |
commit | 57f42129a09c6b3e1e37042d82588f01dfbe3cd4 (patch) | |
tree | d4d526fce6b25bb9e42da9fa9ee870966469cc8c /sys-block | |
parent | sys-block/storcli: remove unnecessary slash strip (diff) | |
download | gentoo-57f42129a09c6b3e1e37042d82588f01dfbe3cd4.tar.gz gentoo-57f42129a09c6b3e1e37042d82588f01dfbe3cd4.tar.bz2 gentoo-57f42129a09c6b3e1e37042d82588f01dfbe3cd4.zip |
sys-block/storcli: missing DEPEND="app-arch/unzip"
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/storcli/storcli-1.19.04.ebuild | 4 | ||||
-rw-r--r-- | sys-block/storcli/storcli-1.20.15.ebuild | 4 | ||||
-rw-r--r-- | sys-block/storcli/storcli-1.21.06.ebuild | 4 | ||||
-rw-r--r-- | sys-block/storcli/storcli-1.23.02.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/sys-block/storcli/storcli-1.19.04.ebuild b/sys-block/storcli/storcli-1.19.04.ebuild index 7e731e74ad6f..71f8d26146b5 100644 --- a/sys-block/storcli/storcli-1.19.04.ebuild +++ b/sys-block/storcli/storcli-1.19.04.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,7 @@ KEYWORDS="-* amd64 x86" IUSE="" RDEPEND="" -DEPEND="" +DEPEND="app-arch/unzip" DOCS=( readme.txt license.txt ) diff --git a/sys-block/storcli/storcli-1.20.15.ebuild b/sys-block/storcli/storcli-1.20.15.ebuild index ee90410d73ad..42d4a8173fa0 100644 --- a/sys-block/storcli/storcli-1.20.15.ebuild +++ b/sys-block/storcli/storcli-1.20.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -16,7 +16,7 @@ KEYWORDS="-* amd64 x86" IUSE="" RDEPEND="" -DEPEND="" +DEPEND="app-arch/unzip" DOCS=( readme.txt license.txt ) diff --git a/sys-block/storcli/storcli-1.21.06.ebuild b/sys-block/storcli/storcli-1.21.06.ebuild index bec8d6bb4290..e6bd5d0afeba 100644 --- a/sys-block/storcli/storcli-1.21.06.ebuild +++ b/sys-block/storcli/storcli-1.21.06.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -21,7 +21,7 @@ KEYWORDS="-* amd64 x86" IUSE="" RDEPEND="" -DEPEND="" +DEPEND="app-arch/unzip" DOCS=( readme.txt license.txt ) diff --git a/sys-block/storcli/storcli-1.23.02.ebuild b/sys-block/storcli/storcli-1.23.02.ebuild index 18d43904908b..0ca1b753f99e 100644 --- a/sys-block/storcli/storcli-1.23.02.ebuild +++ b/sys-block/storcli/storcli-1.23.02.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -21,7 +21,7 @@ KEYWORDS="-* amd64 x86" IUSE="" RDEPEND="" -DEPEND="" +DEPEND="app-arch/unzip" DOCS=( readme.txt license.txt ) |