diff options
author | Nicolas Bock <nicolasbock@gentoo.org> | 2016-10-17 13:25:39 -0600 |
---|---|---|
committer | Nicolas Bock <nicolasbock@gentoo.org> | 2016-10-17 13:26:22 -0600 |
commit | 43439f22d840e2507bb417e1d14fb37c5d9a5e5c (patch) | |
tree | 7c34ac538080255a0a51963b26b87e34f0860a8a /app-text/jabref-bin | |
parent | x11-libs/motif: Remove obsolete blocker. (diff) | |
download | gentoo-43439f22d840e2507bb417e1d14fb37c5d9a5e5c.tar.gz gentoo-43439f22d840e2507bb417e1d14fb37c5d9a5e5c.tar.bz2 gentoo-43439f22d840e2507bb417e1d14fb37c5d9a5e5c.zip |
app-text/jabref-bin: Fix dependencies
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-text/jabref-bin')
-rw-r--r-- | app-text/jabref-bin/jabref-bin-3.4.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-text/jabref-bin/jabref-bin-3.4.ebuild b/app-text/jabref-bin/jabref-bin-3.4.ebuild index a52e3987c897..6b9e303c3b91 100644 --- a/app-text/jabref-bin/jabref-bin-3.4.ebuild +++ b/app-text/jabref-bin/jabref-bin-3.4.ebuild @@ -19,6 +19,9 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" +DEPEND=" + app-arch/unzip +" RDEPEND=" >=virtual/jre-1.8 " @@ -27,7 +30,7 @@ S="${WORKDIR}" src_unpack() { cp -v "${DISTDIR}/${A}" . || die - jar xf ${A} images/icons/JabRef-icon-48.png || die + unzip ${A} images/icons/JabRef-icon-48.png || die } src_install() { |