diff options
author | Sam James <sam@gentoo.org> | 2020-10-20 04:07:01 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-20 04:07:01 +0000 |
commit | 467210059b0e298ed2d9cffa64557f2a3dbfb693 (patch) | |
tree | eab7bc60084f105782c57490c3249ed6e28c9f2e /dev-java/touchgraph-graphlayout | |
parent | dev-java/toolbar: MissingUnpackerDep (diff) | |
download | gentoo-467210059b0e298ed2d9cffa64557f2a3dbfb693.tar.gz gentoo-467210059b0e298ed2d9cffa64557f2a3dbfb693.tar.bz2 gentoo-467210059b0e298ed2d9cffa64557f2a3dbfb693.zip |
dev-java/touchgraph-graphlayout: MissingUnpackerDep
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-java/touchgraph-graphlayout')
-rw-r--r-- | dev-java/touchgraph-graphlayout/touchgraph-graphlayout-1.22-r1.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-java/touchgraph-graphlayout/touchgraph-graphlayout-1.22-r1.ebuild b/dev-java/touchgraph-graphlayout/touchgraph-graphlayout-1.22-r1.ebuild index 252ec5063ff4..2119402430f9 100644 --- a/dev-java/touchgraph-graphlayout/touchgraph-graphlayout-1.22-r1.ebuild +++ b/dev-java/touchgraph-graphlayout/touchgraph-graphlayout-1.22-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -17,7 +17,10 @@ SLOT="0" KEYWORDS="amd64 ~ppc64 x86" IUSE="" -DEPEND=">=virtual/jdk-1.6" +DEPEND=" + app-arch/unzip + >=virtual/jdk-1.6 +" RDEPEND=">=virtual/jre-1.6" S="${WORKDIR}/${MY_PN}" |