diff options
author | David Seifert <soap@gentoo.org> | 2019-08-28 11:11:04 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-08-28 11:11:04 +0200 |
commit | 92eb5560270befbbbb49b3e77ffc34da7140c072 (patch) | |
tree | eca82480febf30686845875a78c31fb02033dbe4 /app-arch/unar | |
parent | app-arch/qpress: Port to EAPI 7 (diff) | |
download | gentoo-92eb5560270befbbbb49b3e77ffc34da7140c072.tar.gz gentoo-92eb5560270befbbbb49b3e77ffc34da7140c072.tar.bz2 gentoo-92eb5560270befbbbb49b3e77ffc34da7140c072.zip |
app-arch/unar: [QA] Add missing DEPEND="app-arch/unzip"
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-arch/unar')
-rw-r--r-- | app-arch/unar/unar-1.10.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-arch/unar/unar-1.10.1.ebuild b/app-arch/unar/unar-1.10.1.ebuild index e81a5cd05425..dc34191d66c9 100644 --- a/app-arch/unar/unar-1.10.1.ebuild +++ b/app-arch/unar/unar-1.10.1.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,6 +21,7 @@ RDEPEND=" sys-libs/zlib:= " DEPEND="${RDEPEND} + app-arch/unzip >=gnustep-base/gnustep-make-2.6.0[native-exceptions] sys-devel/gcc[objc] " |