mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-14 22:19:55 +00:00
This fixes some serious issues and has been in ~arch for ages.
I did attempt to use the new stable group from 759e2225ae
but hit two pkgdev bugs.
Bug: https://github.com/pkgcore/pkgdev/issues/213
Bug: https://github.com/pkgcore/pkgdev/issues/214
Signed-off-by: Sam James <sam@gentoo.org>
14 lines
269 B
Bash
14 lines
269 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI="7"
|
|
|
|
MODS="cloudinit"
|
|
|
|
inherit selinux-policy-2
|
|
|
|
DESCRIPTION="SELinux policy for cloudinit"
|
|
|
|
if [[ ${PV} != 9999* ]] ; then
|
|
KEYWORDS="amd64 arm arm64 x86"
|
|
fi
|