mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
16 lines
273 B
Bash
16 lines
273 B
Bash
# Copyright 1999-2026 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
IUSE="alsa"
|
|
MODS="java"
|
|
|
|
inherit selinux-policy-2
|
|
|
|
DESCRIPTION="SELinux policy for java"
|
|
|
|
if [[ ${PV} != 9999* ]] ; then
|
|
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
|
fi
|