mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
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:
parent
2a36cce420
commit
c1de8b7e6f
@ -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}"
|
||||
|
||||
@ -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}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user