mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-05-02 05:27:30 -07:00
26 lines
449 B
Bash
26 lines
449 B
Bash
# Copyright 1999-2015 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id$
|
|
|
|
EAPI=5
|
|
|
|
inherit java-virtuals-2
|
|
|
|
DESCRIPTION="Virtual for Java Scripting API (jsr223)"
|
|
HOMEPAGE="https://www.gentoo.org"
|
|
SRC_URI=""
|
|
|
|
LICENSE="public-domain"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 x86 ~ppc ~ppc"
|
|
IUSE=""
|
|
|
|
RDEPEND="
|
|
|| (
|
|
>=virtual/jre-1.6
|
|
dev-java/jsr223:0
|
|
)"
|
|
|
|
JAVA_VIRTUAL_PROVIDES="jsr223"
|
|
JAVA_VIRTUAL_VM=">=virtual/jre-1.6"
|