diff options
-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() { |