mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user