From a8380cea976b70fdb14f000f366eae5adcc77863 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Wed, 28 Aug 2019 16:34:00 +0200 Subject: [PATCH] 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 --- app-eselect/eselect-opencl/eselect-opencl-1.1.0-r4.ebuild | 6 ++++-- 1 file 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() { -- 2.26.2