summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Bock <nicolasbock@gentoo.org>2016-10-17 10:36:26 -0600
committerNicolas Bock <nicolasbock@gentoo.org>2016-10-17 10:36:46 -0600
commit89c37c35e92a2089a628d9d756bf4251e5b4c78e (patch)
tree997004839ba362cafee2b08878d03ac784f5d4ff /app-text/jabref-bin
parentgit-r3.eclass: Make git[curl] warning non-fatal, extend to HTTP, #597356 (diff)
downloadgentoo-89c37c35e92a2089a628d9d756bf4251e5b4c78e.tar.gz
gentoo-89c37c35e92a2089a628d9d756bf4251e5b4c78e.tar.bz2
gentoo-89c37c35e92a2089a628d9d756bf4251e5b4c78e.zip
app-text/jabref-bin: Fix dependencies
Fixes bug 597270. Package-Manager: portage-2.3.0
Diffstat (limited to 'app-text/jabref-bin')
-rw-r--r--app-text/jabref-bin/jabref-bin-3.6.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/app-text/jabref-bin/jabref-bin-3.6.ebuild b/app-text/jabref-bin/jabref-bin-3.6.ebuild
index a52e3987c897..6b9e303c3b91 100644
--- a/app-text/jabref-bin/jabref-bin-3.6.ebuild
+++ b/app-text/jabref-bin/jabref-bin-3.6.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() {