commit: 095734592a74bc55771adc1152c71a30af5999b1 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Oct 20 04:07:27 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Oct 20 04:07:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09573459
dev-java/velocity-dvsl: MissingUnpackerDep Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-java/velocity-dvsl/velocity-dvsl-1.0.ebuild | 7 ++++--- 1 file 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 42c7d261a5b..c771f2541a4 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="
