mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-09 00:07:57 +03:00
This fixes some serious issues and has been in ~arch for ages. I did attempt to use the new stable group from 759e2225ae9d69cded09fb38d125cf1d85b5c5df 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>
15 lines
266 B
Bash
15 lines
266 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI="7"
|
|
|
|
MODS="dbus"
|
|
|
|
inherit selinux-policy-2
|
|
|
|
DESCRIPTION="SELinux policy for dbus"
|
|
|
|
if [[ ${PV} != 9999* ]] ; then
|
|
KEYWORDS="amd64 arm arm64 ~riscv x86"
|
|
fi
|