You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
555 B
25 lines
555 B
# Copyright 1999-2020 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=5
|
|
|
|
inherit java-virtuals-2
|
|
|
|
DESCRIPTION="Virtual for Streaming API for XML (StAX)"
|
|
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
|
|
SRC_URI=""
|
|
|
|
LICENSE="public-domain"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
|
|
IUSE=""
|
|
|
|
DEPEND=""
|
|
RDEPEND="|| (
|
|
>=virtual/jre-1.6
|
|
dev-java/jsr173
|
|
)"
|
|
|
|
JAVA_VIRTUAL_PROVIDES="jsr173"
|
|
JAVA_VIRTUAL_VM=">=virtual/jre-1.6"
|