From 476fea929f85afc282d33617612da7dadbbf36dc Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Tue, 19 Jan 2021 17:38:33 +0100 Subject: sci-chemistry/ligplot: depend on unzip Signed-off-by: Andrew Ammerlaan --- sci-chemistry/ligplot+/ligplot+-1.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/ligplot+/ligplot+-1.4.ebuild b/sci-chemistry/ligplot+/ligplot+-1.4.ebuild index f880a31fa..5ace5d69d 100644 --- a/sci-chemistry/ligplot+/ligplot+-1.4.ebuild +++ b/sci-chemistry/ligplot+/ligplot+-1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND="virtual/jre:*" -DEPEND="" +DEPEND="app-arch/unzip" RESTRICT="fetch" -- cgit v1.2.3-65-gdbad