dev-java/xml-xmlbeans: MissingUnpackerDep

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2020-10-20 04:09:21 +00:00
parent 21b61eaabb
commit 2c7b07c078

View File

@@ -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"
@@ -9,8 +9,8 @@ inherit java-pkg-2 java-ant-2
MY_P="xmlbeans-${PV}"
DESCRIPTION="An XML-Java binding tool"
HOMEPAGE="http://xmlbeans.apache.org/"
SRC_URI="http://archive.apache.org/dist/xmlbeans/source/${MY_P}-src.zip"
HOMEPAGE="https://xmlbeans.apache.org/"
SRC_URI="https://archive.apache.org/dist/xmlbeans/source/${MY_P}-src.zip"
LICENSE="Apache-2.0"
SLOT="2"
@@ -30,6 +30,7 @@ RDEPEND="
DEPEND="
${CDEPEND}
app-arch/unzip
>=virtual/jdk-1.6"
S="${WORKDIR}/${MY_P}"