commit: 476fea929f85afc282d33617612da7dadbbf36dc Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Tue Jan 19 16:38:33 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Tue Jan 19 16:38:33 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=476fea92
sci-chemistry/ligplot: depend on unzip Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> 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"
