app-eselect/eselect-opencl: [QA] Add missing DEPEND="app-arch/unzip"
authorDavid Seifert <soap@gentoo.org>
Wed, 28 Aug 2019 14:34:00 +0000 (16:34 +0200)
committerDavid Seifert <soap@gentoo.org>
Wed, 28 Aug 2019 14:34:00 +0000 (16:34 +0200)
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
app-eselect/eselect-opencl/eselect-opencl-1.1.0-r4.ebuild

index 8f2c592a733dc8f216693fc8454d5171ac4ba14b..12f4b94628ce4d9df00afebfb638eb1eb40eedcd 100644 (file)
@@ -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() {