sys-libs/libselinux: minor QA fixes

* Newline after EAPI
* Drop unused flag-o-matic

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2025-11-01 14:02:58 +00:00
parent 2a36cce420
commit c1de8b7e6f
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
2 changed files with 6 additions and 4 deletions

View File

@ -1,12 +1,13 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
EAPI=8
PYTHON_COMPAT=( python3_{11..14} )
USE_RUBY="ruby32 ruby33"
# No, I am not calling ruby-ng
inherit flag-o-matic python-r1 toolchain-funcs multilib-minimal
inherit python-r1 toolchain-funcs multilib-minimal
MY_PV="${PV//_/-}"
MY_P="${PN}-${MY_PV}"

View File

@ -1,12 +1,13 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
EAPI=8
PYTHON_COMPAT=( python3_{11..14} )
USE_RUBY="ruby32 ruby33"
# No, I am not calling ruby-ng
inherit flag-o-matic python-r1 toolchain-funcs multilib-minimal
inherit python-r1 toolchain-funcs multilib-minimal
MY_PV="${PV//_/-}"
MY_P="${PN}-${MY_PV}"