mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
19 lines
416 B
Bash
19 lines
416 B
Bash
# Copyright 1999-2018 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI="5"
|
|
|
|
inherit java-virtuals-2
|
|
|
|
DESCRIPTION="Virtual for Interceptor API (javax.interceptor)"
|
|
HOMEPAGE="https://www.gentoo.org"
|
|
|
|
LICENSE="public-domain"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 x86 ~amd64-linux"
|
|
|
|
DEPEND=""
|
|
RDEPEND="dev-java/glassfish-interceptor-api:0"
|
|
|
|
JAVA_VIRTUAL_PROVIDES="glassfish-interceptor-api"
|