mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-25 23:51:07 +02:00
sys-apps/checkpolicy: Sync with Gentoo
It's from Gentoo commit 1b3d0ae59cfd2cac6e60117d96a5313e94bb6b49.
This commit is contained in:
parent
e3be15bb74
commit
1b7fdc6790
@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2023 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI="7"
|
EAPI="7"
|
||||||
@ -25,12 +25,11 @@ LICENSE="GPL-2"
|
|||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE="debug"
|
IUSE="debug"
|
||||||
|
|
||||||
DEPEND=">=sys-libs/libsepol-${PV}"
|
RDEPEND=">=sys-libs/libsepol-${PV}:=[static-libs(+)]"
|
||||||
|
DEPEND="${RDEPEND}"
|
||||||
BDEPEND="sys-devel/flex
|
BDEPEND="sys-devel/flex
|
||||||
sys-devel/bison"
|
sys-devel/bison"
|
||||||
|
|
||||||
RDEPEND=">=sys-libs/libsepol-${PV}"
|
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
emake \
|
emake \
|
||||||
CC="$(tc-getCC)" \
|
CC="$(tc-getCC)" \
|
||||||
|
@ -25,12 +25,11 @@ LICENSE="GPL-2"
|
|||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE="debug"
|
IUSE="debug"
|
||||||
|
|
||||||
DEPEND=">=sys-libs/libsepol-${PV}"
|
RDEPEND=">=sys-libs/libsepol-${PV}:=[static-libs(+)]"
|
||||||
|
DEPEND="${RDEPEND}"
|
||||||
BDEPEND="sys-devel/flex
|
BDEPEND="sys-devel/flex
|
||||||
sys-devel/bison"
|
sys-devel/bison"
|
||||||
|
|
||||||
RDEPEND=">=sys-libs/libsepol-${PV}"
|
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
emake \
|
emake \
|
||||||
CC="$(tc-getCC)" \
|
CC="$(tc-getCC)" \
|
||||||
|
@ -25,12 +25,11 @@ LICENSE="GPL-2"
|
|||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE="debug"
|
IUSE="debug"
|
||||||
|
|
||||||
DEPEND=">=sys-libs/libsepol-${PV}"
|
RDEPEND=">=sys-libs/libsepol-${PV}:=[static-libs(+)]"
|
||||||
|
DEPEND="${RDEPEND}"
|
||||||
BDEPEND="sys-devel/flex
|
BDEPEND="sys-devel/flex
|
||||||
sys-devel/bison"
|
sys-devel/bison"
|
||||||
|
|
||||||
RDEPEND=">=sys-libs/libsepol-${PV}"
|
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
emake \
|
emake \
|
||||||
CC="$(tc-getCC)" \
|
CC="$(tc-getCC)" \
|
@ -25,12 +25,11 @@ LICENSE="GPL-2"
|
|||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE="debug"
|
IUSE="debug"
|
||||||
|
|
||||||
DEPEND=">=sys-libs/libsepol-${PV}"
|
RDEPEND=">=sys-libs/libsepol-${PV}:=[static-libs(+)]"
|
||||||
|
DEPEND="${RDEPEND}"
|
||||||
BDEPEND="sys-devel/flex
|
BDEPEND="sys-devel/flex
|
||||||
sys-devel/bison"
|
sys-devel/bison"
|
||||||
|
|
||||||
RDEPEND=">=sys-libs/libsepol-${PV}"
|
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
emake \
|
emake \
|
||||||
CC="$(tc-getCC)" \
|
CC="$(tc-getCC)" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user