mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 05:56:58 +02:00
sys-apps/makedev: Sync with Gentoo
It's from Gentoo commit c0d826349c6a1bd6f7e0d001196a43325a02ac85.
This commit is contained in:
parent
62a3732da4
commit
c058063d56
@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2022 Gentoo Authors
|
# Copyright 1999-2023 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=8
|
EAPI=8
|
||||||
@ -20,7 +20,17 @@ SLOT="0"
|
|||||||
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
|
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
|
||||||
IUSE="build selinux"
|
IUSE="build selinux"
|
||||||
|
|
||||||
RDEPEND="!<sys-apps/baselayout-2.0.0_rc"
|
GROUP_DEPEND="
|
||||||
|
acct-group/disk
|
||||||
|
acct-group/floppy
|
||||||
|
acct-group/kmem
|
||||||
|
acct-group/lp
|
||||||
|
acct-group/tty
|
||||||
|
acct-group/uucp
|
||||||
|
"
|
||||||
|
IDEPEND="build? ( ${GROUP_DEPEND} )"
|
||||||
|
RDEPEND="${GROUP_DEPEND}
|
||||||
|
!<sys-apps/baselayout-2.0.0_rc"
|
||||||
|
|
||||||
PATCHES=(
|
PATCHES=(
|
||||||
"${FILESDIR}"/${P}-headers.patch # bug #339674
|
"${FILESDIR}"/${P}-headers.patch # bug #339674
|
Loading…
Reference in New Issue
Block a user