diff options
author | Sam James <sam@gentoo.org> | 2020-10-20 04:07:27 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-20 04:07:51 +0000 |
commit | 095734592a74bc55771adc1152c71a30af5999b1 (patch) | |
tree | 123c7cef713a5b297e80e42285a406403937975a /dev-java | |
parent | dev-java/touchgraph-graphlayout: MissingUnpackerDep (diff) | |
download | gentoo-095734592a74bc55771adc1152c71a30af5999b1.tar.gz gentoo-095734592a74bc55771adc1152c71a30af5999b1.tar.bz2 gentoo-095734592a74bc55771adc1152c71a30af5999b1.zip |
dev-java/velocity-dvsl: MissingUnpackerDep
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/velocity-dvsl/velocity-dvsl-1.0.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-java/velocity-dvsl/velocity-dvsl-1.0.ebuild b/dev-java/velocity-dvsl/velocity-dvsl-1.0.ebuild index 42c7d261a5bc..c771f2541a41 100644 --- a/dev-java/velocity-dvsl/velocity-dvsl-1.0.ebuild +++ b/dev-java/velocity-dvsl/velocity-dvsl-1.0.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 @@ -7,8 +7,8 @@ JAVA_PKG_IUSE="doc source examples" inherit java-pkg-2 java-pkg-simple -DESCRIPTION="Declarative Velocity Style Language." -HOMEPAGE="http://velocity.apache.org/dvsl/devel/" +DESCRIPTION="Declarative Velocity Style Language" +HOMEPAGE="https://velocity.apache.org/dvsl/devel/" SRC_URI="mirror://apache/velocity/dvsl/${PV}/${P}-src.zip -> ${P}.zip" LICENSE="Apache-2.0" @@ -25,6 +25,7 @@ CDEPEND=" DEPEND=" ${CDEPEND} + app-arch/unzip >=virtual/jdk-1.6" RDEPEND=" |