Diff libsemanage-3.10 with a libsemanage-3.11
| /usr/portage/sys-libs/libsemanage/libsemanage-3.11.ebuild 2026-07-11 20:03:06.477002304 +0300 | ||
|---|---|---|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI="8" |
| 5 |
PYTHON_COMPAT=( python3_{11..14} )
|
|
| 5 |
PYTHON_COMPAT=( python3_{12..15} )
|
|
| 6 | 6 | |
| 7 | 7 |
inherit dot-a python-r1 toolchain-funcs multilib-minimal |
| 8 | 8 | |
| ... | ... | |
| 18 | 18 |
S="${WORKDIR}/${P}/${PN}"
|
| 19 | 19 |
else |
| 20 | 20 |
SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_PV}/${MY_P}.tar.gz"
|
| 21 |
KEYWORDS="amd64 arm arm64 ~mips ~riscv x86" |
|
| 21 |
KEYWORDS="~amd64 ~arm ~arm64 ~mips ~riscv ~x86" |
|
| 22 | 22 |
S="${WORKDIR}/${MY_P}"
|
| 23 | 23 |
fi |
| 24 | 24 | |