diff options
author | David Seifert <soap@gentoo.org> | 2019-08-28 16:34:00 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-08-28 16:34:00 +0200 |
commit | a8380cea976b70fdb14f000f366eae5adcc77863 (patch) | |
tree | 1c270ba67dbb4c35ce7cdde258319c376cec577a /app-eselect | |
parent | app-eselect/eselect-lcdfilter: [QA] Fix ${HOMEPAGE} in SRC_URI (diff) | |
download | gentoo-a8380cea976b70fdb14f000f366eae5adcc77863.tar.gz gentoo-a8380cea976b70fdb14f000f366eae5adcc77863.tar.bz2 gentoo-a8380cea976b70fdb14f000f366eae5adcc77863.zip |
app-eselect/eselect-opencl: [QA] Add missing DEPEND="app-arch/unzip"
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-eselect')
-rw-r--r-- | app-eselect/eselect-opencl/eselect-opencl-1.1.0-r4.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-eselect/eselect-opencl/eselect-opencl-1.1.0-r4.ebuild b/app-eselect/eselect-opencl/eselect-opencl-1.1.0-r4.ebuild index 8f2c592a733d..12f4b94628ce 100644 --- a/app-eselect/eselect-opencl/eselect-opencl-1.1.0-r4.ebuild +++ b/app-eselect/eselect-opencl/eselect-opencl-1.1.0-r4.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=5 @@ -33,7 +33,9 @@ SLOT="0" KEYWORDS="amd64 ~arm64 x86 ~amd64-fbsd ~x86-fbsd" IUSE="" -DEPEND="app-arch/xz-utils" +DEPEND=" + app-arch/unzip + app-arch/xz-utils" RDEPEND=">=app-admin/eselect-1.2.4" pkg_postinst() { |